Files
windmill/app-viewer-bundle/postcss.config.js
Ruben Fiszel a974e48988 all
2024-08-12 18:36:30 +02:00

9 lines
153 B
JavaScript

export default {
plugins: {
"postcss-import": {},
"tailwindcss/nesting": "postcss-nesting",
tailwindcss: {},
autoprefixer: {},
},
};