csci8980-f23/pmltt-lang/postcss.config.cjs

7 lines
83 B
JavaScript
Raw Normal View History

2023-10-16 11:49:17 +00:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};