Commit bdf03130 authored by Himanshu Kapoor's avatar Himanshu Kapoor

Move hljs import to theme file

When using CSS variables, the variables should either have a fallback
value assigned or we need to be sure they are defined somewhere.
parent 6c1faba7
@import '../highlight/hljs';
.file-content.code {
border: 0;
box-shadow: none;
......
/* https://github.com/MozMorris/tomorrow-pygments */
@import '../common';
@import '../hljs';
/*
* Dark syntax colors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment