starbase-81/postcss.config.js
2023-04-19 14:40:25 -07:00

7 lines
80 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}