We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3051103 commit 7efca61Copy full SHA for 7efca61
_sass/_10_asciidoc.scss
@@ -10,7 +10,7 @@ $pre-padding: 0.5em;
10
$pre-line-height: 1.5;
11
12
$code-font-size: 1rem;
13
-$code-word-spacing: 0em;
+$code-word-spacing: 0;
14
$code-line-height: 1rem;
15
$code-text-rendering: optimal;
16
@@ -266,7 +266,7 @@ table.tableblock,
266
@if $sidebar-header-align {
267
text-align: $sidebar-header-align;
268
}
269
- @if $sidebar-header-border-size != 0 {
+ @if $sidebar-header-border-size != 0px {
270
border-width: $sidebar-header-border-size;
271
border-style: $sidebar-header-border-style;
272
border-color: $sidebar-header-border-color;
0 commit comments