diff options
author | Samy Pesse <samypesse@gmail.com> | 2015-09-12 19:23:07 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2015-09-12 19:23:07 +0200 |
commit | 08ff39fd0b95eed935241da96dcd43ef660f8860 (patch) | |
tree | 812001333acb90c75fc5ba7adc94a4736050fe8a /theme/stylesheets/website/markdown.less | |
parent | 82a6ee3875bca2b068d76ccc894c4313d1006b77 (diff) | |
download | gitbook-08ff39fd0b95eed935241da96dcd43ef660f8860.zip gitbook-08ff39fd0b95eed935241da96dcd43ef660f8860.tar.gz gitbook-08ff39fd0b95eed935241da96dcd43ef660f8860.tar.bz2 |
Remove highlight.js dependency
Diffstat (limited to 'theme/stylesheets/website/markdown.less')
-rwxr-xr-x | theme/stylesheets/website/markdown.less | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less index b5b0121..e710683 100755 --- a/theme/stylesheets/website/markdown.less +++ b/theme/stylesheets/website/markdown.less @@ -5,10 +5,6 @@ .book .book-body .page-wrapper .page-inner section.normal { .markdown-content(@content-color, @content-line-height); - pre, code { - @import "./highlight/white.less"; - } - .glossary-term { cursor: help; text-decoration: underline; @@ -51,8 +47,6 @@ background: @page-pre-background-1; color: @page-pre-color-1; border-color: @page-pre-border-color-1; - - @import "./highlight/sepia.less"; } .highlight { @@ -112,8 +106,6 @@ color: @page-pre-color-2; background: @page-pre-background-2; border-color: @page-pre-border-color-2; - - @import "./highlight/night.less"; } .highlight { |