[BUG] `border-spacing-` class is not recognized
See original GitHub issueDescribe the bug Border Spacing classes are not recognized. https://tailwindcss.com/docs/border-spacing
To Reproduce Steps to reproduce the behavior:
- Go to table tag.
- Use the border spacing e.g.
border-spacing-2
. - Run ESLint.
- See error.
Expected behavior I expected not to see this warning.
Screenshots
Environment (please complete the following information):
- OS: windows 10
- Package versions:
- tailwindcss@3.1.3
- postcss@8.4.14
- eslint@8.18.0
- eslint-plugin-tailwindcss@3.5.2
Issue Analytics
- State:
- Created a year ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
border spacing property doesn't work as expected
The border-spacing CSS property specifies the distance between the borders of adjacent cells (only for the separated borders model). Moreover border-spacing is ...
Read more >border-spacing - CSS: Cascading Style Sheets | MDN
The border-spacing CSS property sets the distance between the borders of ... This property applies only when border-collapse is separate.
Read more >[Bug Report] input-el inside table with border-spacing gets ...
It seems the solution offered is just a temporary work-around not a solution, In my opinion the frame-work should not force me to...
Read more >Outlook HTML Emails: How to Fix 11 Common Rendering Issues
A bug in Outlook 2016 adds a 1-pixel border around table cells in emails. This may not be a major problem unless you...
Read more >border-spacing | CSS-Tricks
The border-spacing property in CSS controls how far apart cells are in a element (or an element that is made to be.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I just published a beta version with the fixes listed on #132 https://github.com/francoismassart/eslint-plugin-tailwindcss/tree/fix/no-custom-classname-plugin-support#readme
npm i eslint-plugin-tailwindcss@3.6.0-beta.0
Please give it a try and provide feedback and or issues 👍 Thank you
WIP on #132