mirror of
https://github.com/fabrice404/olympics-calendar.git
synced 2026-02-01 18:39:55 +00:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|