mirror of
https://github.com/makeplane/plane.git
synced 2025-12-17 20:37:54 +01:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|