Files
FleetManager/theme/static_src/postcss.config.js
2021-02-03 17:37:08 +00:00

13 lines
243 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
purge: [
// Templates within theme app (e.g. base.html)
'../templates/**/*.html',
// Templates in other apps
'../../templates/**/*.html',
],
}