mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
9 lines
153 B
JavaScript
9 lines
153 B
JavaScript
export default {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": "postcss-nesting",
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|