mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
⚙️ Refactor Vite config import and tidy Tailwind CSS setup
✂️ Consolidate `defineConfig` import syntax 🎨 Replace hard‑coded zinc palette with neutral variables 🧹 Remove redundant @source imports and obsolete style rules ✨ Add Alpine.js `[x-cloak]` helper with responsive variants 🚫 Clean up unused base layer selectors and leaflet styles
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import {
|
||||
defineConfig
|
||||
} from 'vite';
|
||||
import {defineConfig} from 'vite';
|
||||
import laravel from 'laravel-vite-plugin';
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
|
||||
@@ -15,4 +13,4 @@ export default defineConfig({
|
||||
server: {
|
||||
cors: true,
|
||||
},
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user