FrostByte/client-solid/postcss.config.js
2023-10-19 02:42:37 +02:00

6 lines
80 B
JavaScript

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