diff --git a/.stylelintrc.json b/.stylelintrc.json index 1ee0673d..a8adecb3 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -14,6 +14,7 @@ "no-descending-specificity": null, "declaration-no-important": null, "unit-disallowed-list": null, - "declaration-property-unit-disallowed-list": null + "declaration-property-unit-disallowed-list": null, + "plugin/no-unsupported-browser-features": null } } diff --git a/resources/skins.citizen.styles/common/common.less b/resources/skins.citizen.styles/common/common.less index 453a6ffb..76b47c54 100644 --- a/resources/skins.citizen.styles/common/common.less +++ b/resources/skins.citizen.styles/common/common.less @@ -155,7 +155,6 @@ video { button, label { // Remove the 300ms delay in click event (T118509) - /* stylelint-disable-next-line plugin/no-unsupported-browser-features */ touch-action: manipulation; } }