mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-23 14:07:01 +00:00
stylelint: Enable selector-pseudo-element-colon-notation
Via stylelint --fix Change-Id: I544aaa852df15c2b3088c65115f812e75c93f994
This commit is contained in:
parent
de3ac99e0d
commit
00595fd798
|
@ -1,6 +1,3 @@
|
||||||
{
|
{
|
||||||
"extends": "stylelint-config-wikimedia",
|
"extends": "stylelint-config-wikimedia"
|
||||||
"rules": {
|
|
||||||
"selector-pseudo-element-colon-notation": null
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:before {
|
&::before {
|
||||||
content: attr( data-line );
|
content: attr( data-line );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue