alessandro trinca tornidor
[feat] prepare entire docker build with nvidia GPU on hf space cloning https://huggingface.co/spaces/aletrn/samgis
0914710
raw
history blame
No virus
405 Bytes
@import "leaflet/dist/leaflet.css";
@import "leaflet-custom.css";
@import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
@import "../node_modules/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;