add edges

This commit is contained in:
2024-05-04 13:58:05 +02:00
parent d0af8f0250
commit 8176277fcb
6 changed files with 146 additions and 53 deletions

View File

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