forked from github/plane
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
|
module.exports = {
|
||
|
plugins: {
|
||
|
"postcss-import": {},
|
||
|
"tailwindcss/nesting": {},
|
||
|
tailwindcss: {},
|
||
|
autoprefixer: {},
|
||
|
},
|
||
|
};
|