Skip to content

Commit 50b339e

Browse files
author
Professor Bitner
authored
Adds missing semi-colon
1 parent 019f729 commit 50b339e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/_syntax.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ div.highlighter-rouge, figure.highlight {
1010
border-radius: $border-radius;
1111
background-color: $code-background-color;
1212
box-shadow: $box-shadow;
13-
font-size: $type-size-4
13+
font-size: $type-size-4;
1414

1515
&:before {
1616
position: absolute;

0 commit comments

Comments
 (0)