feat: add frontend setup with Tailwind CSS
This commit is contained in:
parent
7fa0e9dd9d
commit
79f26fce25
28 changed files with 6724 additions and 520 deletions
8
frontend/postcss.config.mjs
Normal file
8
frontend/postcss.config.mjs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/** @type {import('postcss-load-config').Config} */
|
||||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Loading…
Add table
Add a link
Reference in a new issue