casti/postcss.config.js

7 lines
73 B
JavaScript
Raw Permalink Normal View History

2024-09-17 15:17:20 +02:00
export default {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};