mirror of
https://github.com/sern-handler/website
synced 2026-06-22 07:42:25 +00:00
Create postcss.config.mjs
This commit is contained in:
8
postcss.config.mjs
Normal file
8
postcss.config.mjs
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
plugins: {
|
||||
"postcss-import": {},
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
"@tailwindcss/postcss": {},
|
||||
}
|
||||
};.
|
||||
Reference in New Issue
Block a user