mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 15:50:34 +00:00
chore(dev): 🔧 disable plugin/no-unsupported-browser-features in Stylelint
It is very conservative and it is negatively affecting the performance of Stylelint. Disabling it for now.
This commit is contained in:
parent
2f7ae8fc1d
commit
931e94da43
|
@ -14,6 +14,7 @@
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"declaration-no-important": null,
|
"declaration-no-important": null,
|
||||||
"unit-disallowed-list": null,
|
"unit-disallowed-list": null,
|
||||||
"declaration-property-unit-disallowed-list": null
|
"declaration-property-unit-disallowed-list": null,
|
||||||
|
"plugin/no-unsupported-browser-features": null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -155,7 +155,6 @@ video {
|
||||||
button,
|
button,
|
||||||
label {
|
label {
|
||||||
// Remove the 300ms delay in click event (T118509)
|
// Remove the 300ms delay in click event (T118509)
|
||||||
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
||||||
touch-action: manipulation;
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue