forked from brooksbingham/theme-elegance
7 lines
87 B
JavaScript
7 lines
87 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
tailwindcss: {},
|
|
},
|
|
};
|