floral.systems/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-09-16 11:00:04 +00:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};