mirror of
https://github.com/tomru/rosenfeld.social.git
synced 2026-03-03 06:27:12 +01:00
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|