Files
bugsink/theme/static_src/postcss.config.js
Klaas van Schelven 79e333c923 tailwind
2023-11-08 20:16:10 +01:00

8 lines
121 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
"postcss-simple-vars": {},
"postcss-nested": {}
},
}