diff --git a/core/.stylelintrc.json b/core/.stylelintrc.json index c5c83df..085ea7c 100644 --- a/core/.stylelintrc.json +++ b/core/.stylelintrc.json @@ -1,4 +1,7 @@ { + "plugins": [ + "stylelint-no-browser-hacks/lib" + ], "rules": { "block-no-empty": null, "block-opening-brace-newline-after": "always-multi-line", @@ -11,6 +14,12 @@ "no-invalid-double-slash-comments": true, "no-missing-end-of-source-newline": true, "no-unknown-animations": true, + "plugin/no-browser-hacks": [true, { + "browsers": [ + "last 2 versions", + "ie >=8" + ] + }], "unit-whitelist": ["deg", "em", "ex", "ms", "rem", "%", "s", "px"] }, "ignoreFiles": [