question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] `border-spacing-` class is not recognized

See original GitHub issue

Describe the bug Border Spacing classes are not recognized. https://tailwindcss.com/docs/border-spacing

To Reproduce Steps to reproduce the behavior:

  1. Go to table tag.
  2. Use the border spacing e.g. border-spacing-2.
  3. Run ESLint.
  4. See error.

Expected behavior I expected not to see this warning.

Screenshots 2022-06-18_18h05_47

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:closed
  • Created a year ago
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
francoismassartcommented, Jun 20, 2022

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

2reactions
francoismassartcommented, Jun 20, 2022

WIP on #132

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found