blockmatic/postcss.config.js
2024-12-03 19:56:57 +00:00

6 lines
80 B
JavaScript

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