Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Move stylesheet import to highlight.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shammamah Hossain committed Dec 20, 2019
1 parent a3fb701 commit 3ebf656
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/third-party/highlight.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import highlightjs from 'highlight.js/lib/highlight';
import '../components/css/highlight.css';

import bash from 'highlight.js/lib/languages/bash';
import css from 'highlight.js/lib/languages/css';
Expand Down
1 change: 0 additions & 1 deletion src/utils/MarkdownHighlighter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import lazyhljs from './LazyLoader/hljs';
import '../components/css/highlight.css';

const MarkdownHighlighter = {
loadhljs: async function() {
Expand Down

0 comments on commit 3ebf656

Please sign in to comment.