frontend/postcss.config.cjs

7 lines
75 B
JavaScript
Raw Normal View History

2021-04-15 17:22:57 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};