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

@@ -44,16 +44,16 @@
float: none;
}
.uls-mobile .column:before,
.uls-mobile .uls-mobile .columns:before,
.uls-mobile .column:after,
.columns:after {
.uls-mobile .column::before,
.uls-mobile .uls-mobile .columns::before,
.uls-mobile .column::after,
.columns::after {
content: '';
display: table;
}
.uls-mobile .column:after,
.uls-mobile .columns:after {
.uls-mobile .column::after,
.uls-mobile .columns::after {
clear: both;
}