Skip to content

Commit

Permalink
Style: Fix pseudo-element notation according to stylelint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Nov 16, 2021
1 parent a7fa50d commit f4a607f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
}

.cc_div *,
.cc_div :after,
.cc_div :before {
.cc_div ::after,
.cc_div ::before {
line-height: tokens.$line-height-default;
}

Expand All @@ -46,7 +46,7 @@
// ==========

#c-ttl,
#s-bl td:before,
#s-bl td::before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
Expand Down

0 comments on commit f4a607f

Please sign in to comment.