mirror of
https://github.com/sern-handler/website
synced 2026-06-25 09:12:23 +00:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
export default {
|
|
plugins: {
|
|
autoprefixer: {},
|
|
"@tailwindcss/postcss": {},
|
|
}
|
|
};
|