mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-18 16:07:10 +00:00
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
'@tailwindcss/postcss': {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
export default config;
|