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%;
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
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": "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",
|
||||||
|
|||||||
Reference in New Issue
Block a user