brief-06-front/postcss.config.mjs
Mathis 4b7910e7a7
Add generated system configs, theme and page elements
This commit adds the necessary configuration files for the system, including components for the Tailwind CSS and version control. It also includes code for creating a basic user interface with theme and page elements. Additionally, the commit includes new SVG resources for design elements.
2024-05-15 17:03:18 +02:00

9 lines
135 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;