1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-04 03:54:58 +01:00

chore: updates to vite v5 (#2505)

This commit is contained in:
Amir Raminfar
2023-11-16 19:24:05 -08:00
committed by GitHub
parent f08518d442
commit 660b4c6f51
8 changed files with 404 additions and 36 deletions

8
postcss.config.cts Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
plugins: {
"postcss-mixins": {},
"tailwindcss/nesting": {},
tailwindcss: {},
autoprefixer: {},
},
};