Init, base deps
This commit is contained in:
12
theme/static_src/postcss.config.js
Normal file
12
theme/static_src/postcss.config.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
purge: [
|
||||
// Templates within theme app (e.g. base.html)
|
||||
'../templates/**/*.html',
|
||||
// Templates in other apps
|
||||
'../../templates/**/*.html',
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user