refactor: group asset-related files

Fixes #15
This commit is contained in:
Oliver Davies 2022-07-22 21:39:49 +01:00
parent 36d55283d2
commit 3e8421d8b7
11 changed files with 55 additions and 54 deletions

View file

@ -0,0 +1,10 @@
module.exports = {
plugins: {
'postcss-easy-import': {
extensions: ['.css', '.pcss']
},
tailwindcss: {},
'postcss-nested': {},
autoprefixer: {}
}
}