You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 @Gelbotron
Thank you for taking the time to report the issue. It has been fixed in 3.4.4 please install the plugin at this version and let me know how it goes.
Describe the bug
Automatically fixing classes in violation of enforces-shorthand rule resolves the final class without prefix
To Reproduce
class="sfc-border-l-0 sfc-border-r-0"
resolves asclass="border-x-0"
Expected behavior
class="sfc-border-x-0"
Environment (please complete the following information):
eslint config file or live demo
'tailwindcss/enforces-shorthand': 'warn',
The text was updated successfully, but these errors were encountered: