isambard/postcss.config.js
2024-07-29 00:48:38 +01:00

7 lines
80 B
JavaScript

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