eslint-plugin-tailwindcss icon indicating copy to clipboard operation
eslint-plugin-tailwindcss copied to clipboard

[Feature request] Warn when using classes that are not supported by the target browser specified in the `browserslist`

Open oekazuma opened this issue 1 year ago • 0 comments

Is the feature request related to a problem? Description.

Normally, when using Tailwind CSS, it is up to the user to decide whether to use classes that are not supported by the browser, but it is difficult to know the support status of all browsers, so we would like to automatically detect and report errors.

Please describe the solution you desire.

Warn when using classes not supported by the target browser specified in Browserslist

oekazuma avatar Dec 21 '23 02:12 oekazuma