scuff/postcss.config.cjs

7 lines
75 B
JavaScript
Raw Permalink Normal View History

2022-04-25 21:26:01 -04:00
module.exports = {
2022-11-12 20:11:50 -05:00
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};