samgis / static /src /input.css
aletrn's picture
[ci] update driver.js installation method
1a9dc74
raw
history blame
515 Bytes
@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;