FrostByte/client-solid/postcss.config.js
2023-11-22 15:31:58 +01:00

6 lines
81 B
JavaScript

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