mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 20:20:49 +01:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|