sites/postcss.config.js
2024-05-29 22:29:18 +02:00

6 lines
78 B
JavaScript

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