scuff/postcss.config.cjs

7 lines
75 B
JavaScript
Raw Normal View History

2022-04-25 21:26:01 -04:00
module.exports = {
2022-06-01 20:28:49 -04:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};