samgis / static /src /input.css
aletrn's picture
[feat] add working static frontend
aa983ad
raw
history blame
352 Bytes
@import "leaflet/dist/leaflet.css";
@import "leaflet-custom.css";
@import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
@tailwind base;
@layer base {
* {
@apply box-border;
}
h1 {
@apply text-xl font-bold md:text-3xl;
}
a {
@apply underline;
}
}
@tailwind components;
@tailwind utilities;