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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
2398
package-lock.json
generated
2398
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user