Skip to content

Commit 7efca61

Browse files
committed
get rid of sass warnings
1 parent 3051103 commit 7efca61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_10_asciidoc.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $pre-padding: 0.5em;
1010
$pre-line-height: 1.5;
1111

1212
$code-font-size: 1rem;
13-
$code-word-spacing: 0em;
13+
$code-word-spacing: 0;
1414
$code-line-height: 1rem;
1515
$code-text-rendering: optimal;
1616

@@ -266,7 +266,7 @@ table.tableblock,
266266
@if $sidebar-header-align {
267267
text-align: $sidebar-header-align;
268268
}
269-
@if $sidebar-header-border-size != 0 {
269+
@if $sidebar-header-border-size != 0px {
270270
border-width: $sidebar-header-border-size;
271271
border-style: $sidebar-header-border-style;
272272
border-color: $sidebar-header-border-color;

0 commit comments

Comments
 (0)