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
What version of Tailwind CSS are you using?
v3.4.15 vs v4.0.0-beta.4
v3.4.15
v4.0.0-beta.4
What build tool (or framework if it abstracts the build tool) are you using?
Tested in playground only
Reproduction URL
https://play.tailwindcss.com/AGmhqrluog
Describe your issue
Utilities float-start and clear-start generate this with TW3:
float-start
clear-start
.float-start { float: inline-start; } .clear-start { clear: inline-start; }
and this with TW4:
.float-start { float: start; } .clear-start { clear: start; }
which seem to be "Invalid property value"-s according to Chrome/Firefox dev tools.
The text was updated successfully, but these errors were encountered:
float-start/end
clear-start/end
e9426d0
Successfully merging a pull request may close this issue.
What version of Tailwind CSS are you using?
v3.4.15
vsv4.0.0-beta.4
What build tool (or framework if it abstracts the build tool) are you using?
Tested in playground only
Reproduction URL
https://play.tailwindcss.com/AGmhqrluog
Describe your issue
Utilities
float-start
andclear-start
generate this with TW3:and this with TW4:
which seem to be "Invalid property value"-s according to Chrome/Firefox dev tools.
The text was updated successfully, but these errors were encountered: