.custom-marker{background:none!important;border:none!important}.leaflet-container{font-family:inherit}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-from-bottom{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-duration:.5s;animation-fill-mode:both}.fade-in{animation-name:fade-in}.slide-in-from-bottom-4{animation-name:slide-in-from-bottom}``` **3 `package.json`** — remove these two lines from dependencies: ``` "@tailwindcss/vite": "^4.2.0","tailwindcss": "^4.2.0"{}
