Frontend: globales markdown.css statt 4 CSS-Duplikaten

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
team3
2026-06-12 08:10:36 +02:00
parent f4c16eed84
commit 601237bbbf
6 changed files with 81 additions and 165 deletions

View File

@@ -1,4 +1,5 @@
import { createApp } from 'vue'
import App from './App.vue'
import './assets/markdown.css'
createApp(App).mount('#app')