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
https://codepen.io/captainlepidus/pen/ZEggYMX
In the above repro, a standard class like font-bold works, but [color: red] throws a warning:
[color: red]
"[UNKNOWN_DIRECTIVE] {'rule':'[color:red]'}"
Tailwind supports arbitrary CSS properties with the syntax:
class="[property:value]"
This syntax works in Twind, but not in the shim.
serious, but I can work around it
npx envinfo sh: envinfo: command not found
Command doesn't work for me unfortunately.
### Additional Information _No response_
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
https://codepen.io/captainlepidus/pen/ZEggYMX
In the above repro, a standard class like font-bold works, but
[color: red]
throws a warning:Describe the bug
Tailwind supports arbitrary CSS properties with the syntax:
This syntax works in Twind, but not in the shim.
Severity
serious, but I can work around it
System Info
npx envinfo sh: envinfo: command not found
Command doesn't work for me unfortunately.
The text was updated successfully, but these errors were encountered: