parent
36d55283d2
commit
3e8421d8b7
11 changed files with 55 additions and 54 deletions
10
website/assets/postcss.config.js
Normal file
10
website/assets/postcss.config.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'postcss-easy-import': {
|
||||
extensions: ['.css', '.pcss']
|
||||
},
|
||||
tailwindcss: {},
|
||||
'postcss-nested': {},
|
||||
autoprefixer: {}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue