Skip to content

Commit 803daed

Browse files
author
fmoronzirfas
committed
fix(highlight.scss loading): include highlight.scss into main sass so it is rendered into css
close #26
1 parent ed32dbc commit 803daed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/styles.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ css: true
77
*
88
box-sizing: border-box
99

10-
@import 'mixins','typescale'
10+
@import 'mixins','typescale', 'highlight'
1111

1212
$textColor: #000
1313
$bgColor: #fff

0 commit comments

Comments
 (0)