francoismassart / eslint-plugin-tailwindcss

ESLint plugin for Tailwind CSS usage
https://www.npmjs.com/package/eslint-plugin-tailwindcss
MIT License
1.38k stars 65 forks source link

[Feature request] rule which suggest replace ltr/rtl modifiers like `ltr:pr-4 rtl:pl-4` with `pe-4` #314

Open dimaMachina opened 5 months ago

dimaMachina commented 5 months ago

Is your feature request related to a problem? Please describe.

Tailwind CSS 3.3 introduce new classes which simplify work withrtl:/ltr: modifiers

A table of replacements can be found here https://tailwindcss.com/blog/tailwindcss-v3-3#simplified-rtl-support-with-logical-properties

Describe the solution you'd like new rule

Describe alternatives you've considered

Additional context