maplibre map

This commit is contained in:
vcoppe
2024-04-05 17:53:42 +02:00
parent 2e9770882c
commit a1cbcfb953
9 changed files with 5042 additions and 3443 deletions

View File

@@ -0,0 +1,9 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}