Skip to content

Commit 799c73a

Browse files
committed
Silly me, we don't need the extra class
1 parent ed40779 commit 799c73a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/assets/sass/modules/_lists.scss

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,20 +136,18 @@ dd {
136136
* <ol class="list--tree">
137137
*/
138138

139-
.list--tree {
140-
font-family: $font-code;
141-
font-size: $code-font-size;
142-
line-height: $line-height-mobile;
143-
font-feature-settings: normal; /* 1 */
144-
}
145-
146139
.list--tree,
147140
.list--tree ol,
148141
.list--tree ul {
149142
list-style: none;
150143
}
151144

152-
.list--tree:not(.flat) {
145+
.list--tree {
146+
font-family: $font-code;
147+
font-size: $code-font-size;
148+
line-height: $line-height-mobile;
149+
font-feature-settings: normal; /* 1 */
150+
153151
ol,
154152
ul {
155153
position: relative;

0 commit comments

Comments
 (0)