From 1a3ac9e30aaf3cec6978413fe21b69282cedccc2 Mon Sep 17 00:00:00 2001 From: zazzaz Date: Thu, 13 Aug 2020 17:19:02 +0800 Subject: [PATCH] fix: add missing css --- website/entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/entry.js b/website/entry.js index 4bac54ee8f..de942f0a4b 100644 --- a/website/entry.js +++ b/website/entry.js @@ -8,7 +8,7 @@ import MainHeader from './components/header' import SideNav from './components/side-nav' import FooterNav from './components/footer-nav' import title from './i18n/title' - +import 'highlight.js/styles/color-brewer.css' import './demo-styles/index.scss' import './assets/styles/common.css' import './assets/styles/fonts/style.css'