-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
What version of Tailwind CSS are you using?
For example: v4.0.0-alpha.14
What build tool (or framework if it abstracts the build tool) are you using?
For example: vite 5.2.8
What version of Node.js are you using?
For example: v20.11.1
What browser are you using?
For example: Edge, Firefox
What operating system are you using?
For example: Windows
Reproduction URL
Stackblitz was being problematic when I tried to setup a tailwind 4 project, its a simple issue so hopefully I can skip this.
Describe your issue
The contain-layout class does not seem to work:


Removing the inactive variables causes the style to be applied correctly:


Behaves the same in both Edge and Firefox.
If I may, why are these classes not implemented like they were in #12747 ? I don't understand what the additional complexity achieves.