SAMFrontend/postcss.config.js
2023-11-16 09:49:20 -07:00

7 lines
80 B
JavaScript

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