Closed Razunter closed 1 year ago
See this comment: https://github.com/ismay/stylelint-no-unsupported-browser-features/issues/245#issuecomment-1140248178
This plugin leverages doiuse for detection, so any updates should be implemented there.
More specifically: https://github.com/anandthakker/doiuse/issues/144
gap
property can be used both in grids and flex, but browser support for these cases is different. Currently, plugin doesn't detectgap
usage withdisplay: flex
There should be at least a simple check for both these properties in one rule:
MDN
Testing with