ethcc-demo/postcss.config.js
2024-05-30 17:56:10 +10:00

7 lines
80 B
JavaScript

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