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