floral.systems/postcss.config.js
2024-09-16 14:01:22 +03:00

7 lines
73 B
JavaScript

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