Skip to content

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

@ktmn

Description

@ktmn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions