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

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

2412
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -30,9 +30,9 @@
"grunt": "1.5.3",
"grunt-contrib-qunit": "4.0.0",
"grunt-eslint": "23.0.0",
"grunt-stylelint": "0.17.0",
"stylelint": "14.5.0",
"stylelint-config-wikimedia": "0.12.0"
"grunt-stylelint": "0.19.0",
"stylelint": "15.10.2",
"stylelint-config-wikimedia": "0.16.0"
},
"repository": {
"type": "git",