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
Describe the bug
Using tabular-nums and slashed-zero gives linting error for conflicting classnames.
To Reproduce
Steps to reproduce the behavior:
Add both tabular-nums and slashed-zero as classnames to same element with tailwindcss/no-contradicting-classname enabled.
Expected behavior
It should not give error/warning. The documentation clearly states they can be combined since it uses css variables under the hood.
eslint config file or live demo
"tailwindcss/no-contradicting-classname": "warn"
The text was updated successfully, but these errors were encountered:
Describe the bug
Using tabular-nums and slashed-zero gives linting error for conflicting classnames.
To Reproduce
Steps to reproduce the behavior:
Add both
tabular-nums
andslashed-zero
as classnames to same element with tailwindcss/no-contradicting-classname enabled.Expected behavior
It should not give error/warning. The documentation clearly states they can be combined since it uses css variables under the hood.
eslint config file or live demo
"tailwindcss/no-contradicting-classname": "warn"
The text was updated successfully, but these errors were encountered: