fix(tailwindcss): now working, need everyone to npm i again
This commit is contained in:
parent
a3e52fbee3
commit
57560e7a21
7 changed files with 714 additions and 45 deletions
8
postcss.config.js
Normal file
8
postcss.config.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// postcss.config.js
|
||||
export default {
|
||||
plugins: {
|
||||
// Use the dedicated PostCSS plugin package
|
||||
"@tailwindcss/postcss": {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue