Re-add Tailwind CSS
This commit is contained in:
parent
0401e039de
commit
fd37030d03
15 changed files with 10101 additions and 0 deletions
10
postcss.config.js
Normal file
10
postcss.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-easy-import': {
|
||||
extensions: ['.css', '.pcss']
|
||||
},
|
||||
'@tailwindcss/jit': {},
|
||||
'postcss-nested': {},
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue