Skip to content

Commit ce4485a

Browse files
committed
utilize :is() to be more specific to skelly
1 parent 07acab3 commit ce4485a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/style.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,7 @@ p {
140140
}
141141
}
142142

143-
h1,
144-
h2,
145-
h3,
146-
h4,
147-
h5,
148-
h6 {
143+
.skeleton:is(h1, h2, h3, h4, h5, h6) {
149144
margin: 0;
150145
padding: 0;
151146
.skeleton__line {

0 commit comments

Comments
 (0)