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%; right: 83.333%;
} }
.grid .row:before, .grid .row::before,
.grid .row:after { .grid .row::after {
content: ''; content: '';
display: table; display: table;
} }
.grid .row:after { .grid .row::after {
clear: both; clear: both;
} }

View File

@@ -44,16 +44,16 @@
float: none; float: none;
} }
.uls-mobile .column:before, .uls-mobile .column::before,
.uls-mobile .uls-mobile .columns:before, .uls-mobile .uls-mobile .columns::before,
.uls-mobile .column:after, .uls-mobile .column::after,
.columns:after { .columns::after {
content: ''; content: '';
display: table; display: table;
} }
.uls-mobile .column:after, .uls-mobile .column::after,
.uls-mobile .columns:after { .uls-mobile .columns::after {
clear: both; 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": "1.5.3",
"grunt-contrib-qunit": "4.0.0", "grunt-contrib-qunit": "4.0.0",
"grunt-eslint": "23.0.0", "grunt-eslint": "23.0.0",
"grunt-stylelint": "0.17.0", "grunt-stylelint": "0.19.0",
"stylelint": "14.5.0", "stylelint": "15.10.2",
"stylelint-config-wikimedia": "0.12.0" "stylelint-config-wikimedia": "0.16.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",