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
In the playground the following works:
<div tw="w-full h-full bg-rose-500" />
But 950 color classes don't even though they are valid tw colors:
<div tw="w-full h-full bg-rose-950" />
Gradients also do not seem to work:
<div tw="w-full h-full bg-gradient-to-t from-rose-500 via-sky-500 to-rose-500" />
Another class that I have observed to not be working is gap.
gap
Custom tw background-sizes also do not seem to be working (when having the tw config supplied to satori)
// tw config: backgroundSize: { lg: "500% 500%", } <div tw="w-full h-full bg-lg" />
In the logs I can see the following errors for these tw classes: 'rose-950' unknown or invalid utility
'rose-950' unknown or invalid utility
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In the playground the following works:
But 950 color classes don't even though they are valid tw colors:
Gradients also do not seem to work:
Another class that I have observed to not be working is
gap
.Custom tw background-sizes also do not seem to be working (when having the tw config supplied to satori)
In the logs I can see the following errors for these tw classes:
'rose-950' unknown or invalid utility
The text was updated successfully, but these errors were encountered: