eslint-plugin-tailwindcss
eslint-plugin-tailwindcss copied to clipboard
[Feature request] Warn when using classes that are not supported by the target browser specified in the `browserslist`
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