FrostByte/client-solid/postcss.config.js

7 lines
81 B
JavaScript
Raw Permalink Normal View History

2023-10-19 02:42:37 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2023-11-22 15:31:58 +01:00
};