build: Bump stylelint and make pass
grunt-stylelint 0.6.0 → 0.7.0 stylelint-config-wikimedia 0.3.0 → 0.4.1 Change-Id: Id87b8df04d415e1f1058a4042a31408236402037
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"grunt-banana-checker": "0.5.0",
|
"grunt-banana-checker": "0.5.0",
|
||||||
"grunt-eslint": "19.0.0",
|
"grunt-eslint": "19.0.0",
|
||||||
"grunt-jsonlint": "1.1.0",
|
"grunt-jsonlint": "1.1.0",
|
||||||
"grunt-stylelint": "0.6.0",
|
"grunt-stylelint": "0.7.0",
|
||||||
"stylelint-config-wikimedia": "0.3.0"
|
"stylelint-config-wikimedia": "0.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,11 +26,13 @@
|
|||||||
/* Opera for some inexplicable reason confuses right and left padding with */
|
/* Opera for some inexplicable reason confuses right and left padding with */
|
||||||
/* RTL text direction here (bug T47142). x:-o-prefocus won't match anything, */
|
/* RTL text direction here (bug T47142). x:-o-prefocus won't match anything, */
|
||||||
/* but will make other browsers ignore this rule. */
|
/* but will make other browsers ignore this rule. */
|
||||||
|
/* stylelint-disable selector-type-no-unknown */
|
||||||
x:-o-prefocus,
|
x:-o-prefocus,
|
||||||
body.rtl li#pt-uls {
|
body.rtl li#pt-uls {
|
||||||
/* @noflip */
|
/* @noflip */
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
/* stylelint-enable selector-type-no-unknown */
|
||||||
|
|
||||||
/* Don't show it to users who disabled JS */
|
/* Don't show it to users who disabled JS */
|
||||||
.client-nojs #pt-uls {
|
.client-nojs #pt-uls {
|
||||||
|
|||||||
Reference in New Issue
Block a user