⚙️ 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:
HolgerHatGarKeineNode
2025-12-09 21:43:59 +01:00
parent 9511bcdb11
commit b3ce0419f6
2 changed files with 33 additions and 61 deletions

View File

@@ -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,
},
});
});