File size: 440 Bytes
dbcbde8 0914710 c92d24c dbcbde8 0914710 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
@import "tailwindcss";
@import "leaflet";
@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 "../src/driverjs/src/driver.css";
@layer base {
* {
@apply box-border;
}
h1 {
@apply text-xl font-bold md:text-3xl;
}
a {
@apply underline;
}
}
|