Skip to content

Commit 0debe70

Browse files
committed
scss: Move include after element definitions
This avoids mixed declarations. See https://sass-lang.com/documentation/breaking-changes/mixed-decls/
1 parent 576a53f commit 0debe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/assets/css/site.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ div.highlighter-rouge {
6363
}
6464

6565
#page-title {
66-
@include markdown-header;
6766
font-size: calc(1.375em + 1.5vw);
67+
@include markdown-header;
6868
}
6969

7070
@media (min-width: 1200px) {

0 commit comments

Comments
 (0)