| @import "leaflet/dist/leaflet.css"; | |
| @import "leaflet-custom.css"; | |
| @import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css"; | |
| /* workaround because of dist/ content not included in @trincadev/driver.js tag release tarball */ | |
| @import "../node_modules/@trincadev/driver.js/src/driver.css"; | |
| @tailwind base; | |
| @layer base { | |
| * { | |
| @apply box-border; | |
| } | |
| h1 { | |
| @apply text-xl font-bold md:text-3xl; | |
| } | |
| a { | |
| @apply underline; | |
| } | |
| } | |
| @tailwind components; | |
| @tailwind utilities; | |