hotfix(app): caching CSS files; reusing global styles in App.vue

This commit is contained in:
2026-02-11 23:24:23 +01:00
parent 200e994ae6
commit 89dc265e1b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -212,6 +212,7 @@ export default defineComponent({
<style lang="scss">
@use './styles/animations';
@use './styles/global';
// APP
#app {