File size: 405 Bytes
0914710
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@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;