cannery/assets/postcss.config.js

7 lines
98 B
JavaScript

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