chore: update global css (#657)

This commit is contained in:
boojack
2022-12-02 21:34:43 +08:00
committed by GitHub
parent a467a7c173
commit 07f0c3f052
3 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,4 @@
import { CssVarsProvider } from "@mui/joy";
import dayjs from "dayjs";
import relativeTime from "dayjs/plugin/relativeTime";
import { createRoot } from "react-dom/client";
@ -6,14 +7,13 @@ import store from "./store";
import App from "./App";
import "./i18n";
import "./helpers/polyfill";
import "highlight.js/styles/github.css";
import "./less/global.less";
import "./css/tailwind.css";
import "dayjs/locale/zh";
import "dayjs/locale/fr";
import "dayjs/locale/vi";
import { CssVarsProvider } from "@mui/joy";
import theme from "./theme";
import "highlight.js/styles/github.css";
import "./css/global.css";
import "./css/tailwind.css";
dayjs.extend(relativeTime);