stylelint-no-unsupported-browser-features icon indicating copy to clipboard operation
stylelint-no-unsupported-browser-features copied to clipboard

Disallow features that aren't supported by your target browser audience.

Results 25 stylelint-no-unsupported-browser-features issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest-preset-stylelint](https://togithub.com/stylelint/jest-preset-stylelint) | [`4.2.0` -> `6.0.0`](https://renovatebot.com/diffs/npm/jest-preset-stylelint/4.2.0/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/jest-preset-stylelint/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest](https://jestjs.io/) ([source](https://togithub.com/facebook/jest)) | [`27.5.1` -> `29.0.3`](https://renovatebot.com/diffs/npm/jest/27.5.1/29.0.3) |...

Hi, we're happily using the plugin at Wikimedia Foundation. Thanks for your work! Weirdly a few relatively unsupported CSS properties aren't caught. E.g. `content-visibility: auto;` with ``` [ "Last 3...

When i try to use this combination of versions, I get the following error when trying to lint my CSS: ``` Error [ERR_REQUIRE_ESM]: require() of ES Module .../node_modules/stylelint-no-unsupported-browser-features/lib/index.js from .../node_modules/stylelint/lib/augmentConfig.js...

After upgrading to version v7.0.0, there is a performance issue with the plugin. The execution time of the command stylelint "./src/**/*.{tsx,ts,css} has increased dramatically by two times. The configuration has...