xLog/postcss.config.js

7 lines
86 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
},
}