svgl/postcss.config.js
2024-04-20 23:41:52 +01:00

7 lines
79 B
JavaScript

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