initial commit
This commit is contained in:
commit
48323b32b9
23 changed files with 684 additions and 0 deletions
7
postcss.config.cjs
Normal file
7
postcss.config.cjs
Normal file
|
@ -0,0 +1,7 @@
|
|||
const config = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = config;
|
Loading…
Add table
Add a link
Reference in a new issue