Wave/Wave/postcss.config.js

10 lines
152 B
JavaScript
Raw Normal View History

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
cssnano: {
preset: "default"
}
}
}