Update stylelint
Consistently use double colon for pseudo-elements.
This commit is contained in:
committed by
Kartik Mistry
parent
95e50bb37b
commit
e6c919e143
@@ -234,13 +234,13 @@
|
||||
right: 83.333%;
|
||||
}
|
||||
|
||||
.grid .row:before,
|
||||
.grid .row:after {
|
||||
.grid .row::before,
|
||||
.grid .row::after {
|
||||
content: '';
|
||||
display: table;
|
||||
}
|
||||
|
||||
.grid .row:after {
|
||||
.grid .row::after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user