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
values for border-[] with more than one value (such as border-[2px_2px] or border-[0_2px_0_2px] are misinterpreted as colors
border-[]
border-[2px_2px]
border-[0_2px_0_2px]
this can be disambiguated with border-[length:2px_2px], but still this seems worth addressing as colors would not have spaces ever I think?
border-[length:2px_2px]
The text was updated successfully, but these errors were encountered:
border-[…]
4489493
Hey!
This has been fixed by #17248 and will be available in the next release.
Sorry, something went wrong.
RobinMalfait
Successfully merging a pull request may close this issue.
values for
border-[]
with more than one value (such asborder-[2px_2px]
orborder-[0_2px_0_2px]
are misinterpreted as colorsthis can be disambiguated with
border-[length:2px_2px]
, but still this seems worth addressing as colors would not have spaces ever I think?The text was updated successfully, but these errors were encountered: