Skip to content

Commit e2da57b

Browse files
committed
(minor) scss: wrap lines to satisfy linter
1 parent 21458c7 commit e2da57b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/assets/css/site.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ div.highlighter-rouge {
124124
counter-reset: h5-section;
125125
}
126126
> span::before {
127-
content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "." counter(h5-section) ".";
127+
content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "."
128+
counter(h5-section) ".";
128129
}
129130
}
130131
h6 {
@@ -134,7 +135,8 @@ div.highlighter-rouge {
134135
counter-reset: h6-section;
135136
}
136137
> span::before {
137-
content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "." counter(h5-section) "." counter(h6-section) ".";
138+
content: counter(h2-section) "." counter(h3-section) "." counter(h4-section) "."
139+
counter(h5-section) "." counter(h6-section) ".";
138140
}
139141
}
140142

0 commit comments

Comments
 (0)