samgis / static /src /input.css
aletrn's picture
feat: update samgis-web==1.2.3, support [email protected], add [email protected]:trincadev/driver.js.git as a submodule
9a9ef93
raw
history blame
440 Bytes
@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;
}
}