From b6d5fabeca48b36b9bb9b0c70875196b01a1ab37 Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:46:35 +0000 Subject: [PATCH] Experiment with loading css synchronously. --- public/index.html | 19 +++++++++---------- src/main.js | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index 54531da6..b2bbc548 100644 --- a/public/index.html +++ b/public/index.html @@ -21,14 +21,13 @@ content="An alternative privacy-friendly YouTube frontend which is efficient by design." /> - - -
- - + + +
+ diff --git a/src/main.js b/src/main.js index a2db7eb5..2ab0df6f 100644 --- a/src/main.js +++ b/src/main.js @@ -49,7 +49,7 @@ TimeAgo.addDefaultLocale(en); import { createI18n } from "vue-i18n"; import enLocale from "@/locales/en.json"; -import("windi.css"); +import "windi.css"; const timeAgo = new TimeAgo("en-US");