mirror of
https://github.com/willchen96/mike.git
synced 2026-06-08 20:25:13 +02:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
|
|
const config = {
|
||
|
|
plugins: {
|
||
|
|
"@tailwindcss/postcss": {},
|
||
|
|
},
|
||
|
|
};
|
||
|
|
|
||
|
|
export default config;
|