det0x/postcss.config.js

7 lines
80 B
JavaScript
Raw Normal View History

2024-04-18 19:36:29 +10:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}