We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40be12 commit 1a071dcCopy full SHA for 1a071dc
src/assets/css/main.scss
@@ -2,6 +2,7 @@
2
@import 'viewerjs/dist/viewer.css';
3
@import './tippy.scss';
4
@import './tune.scss';
5
+@import '../snapshot-spaces/skins';
6
7
@tailwind base;
8
@tailwind components;
src/main.ts
@@ -13,7 +13,6 @@ import { initSentry } from '@/sentry';
13
import { KNOWN_HOSTS } from '@/helpers/constants';
14
import i18n from '@/helpers/i18n';
15
import router from '@/router';
16
-import '../snapshot-spaces/skins';
17
import '@/assets/css/main.scss';
18
import App from '@/App.vue';
19
0 commit comments