Update stylelint

Consistently use double colon for pseudo-elements.
This commit is contained in:
Amir E. Aharoni
2023-07-24 11:34:05 +03:00
committed by Kartik Mistry
parent 95e50bb37b
commit e6c919e143
4 changed files with 1423 additions and 1013 deletions

View File

@@ -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;
}