alessandro trinca tornidor
[feat] prepare entire docker build with nvidia GPU on hf space cloning https://huggingface.co/spaces/aletrn/samgis
0914710
| @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; | |