We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
border
The default border color does not get inverted
<div class="border">...</div>`.
You need to specify the color additionally like so:
<div class="border border-gray-300">...</div>
It would be great if nightwind would handle that.
The text was updated successfully, but these errors were encountered:
An easy workaround is to add this to your global styles:
.border, .border-t, .border-r, .border-b, .border-l, .border-x, .border-y { @apply border-gray-300; }
Sorry, something went wrong.
i guess that works for now, but it would be cool if nightwind would do that for me
No branches or pull requests
The default
border
color does not get invertedYou need to specify the color additionally like so:
It would be great if nightwind would handle that.
The text was updated successfully, but these errors were encountered: