Add color variables

This commit is contained in:
2026-05-10 13:22:20 +02:00
parent 7a09198e9e
commit 32bfcf6b33
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -17,5 +17,6 @@ import { createApp } from 'vue'
import App from './App.vue'
import router from './router'
import './styles/common.css'
import './styles/variables/colors.css'
createApp(App).use(router).mount('#app')