Skip to content
New issue

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

[v4] float-start and inline-start generate invalid values #15255

Closed
ktmn opened this issue Dec 1, 2024 · 0 comments · Fixed by #15261
Closed

[v4] float-start and inline-start generate invalid values #15255

ktmn opened this issue Dec 1, 2024 · 0 comments · Fixed by #15261

Comments

@ktmn
Copy link

ktmn commented Dec 1, 2024

What version of Tailwind CSS are you using?

v3.4.15 vs 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 {
  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant