sparkast/postcss.config.js
2024-09-21 21:31:08 +08:00

7 lines
73 B
JavaScript

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