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