mirror of
https://github.com/sern-handler/website
synced 2026-06-18 05:42:20 +00:00
9 lines
147 B
JavaScript
9 lines
147 B
JavaScript
export default {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
"@tailwindcss/postcss": {},
|
|
}
|
|
};.
|