-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
@starting-style doesn't nest correctly #4267
Comments
@mariusGundersen Experimental CSS, by definition, is generally not supported by Less. That said, Less's default behavior of bubbling any at-rule that is undefined should probably be re-thought, or an escape-hatch provided. So this is more a feature request than a bug. |
With more and more @-rules being added (e.g. |
Additional information:
|
|
Starting style is not experimental anymore |
Yup, this should be supported now. Any timeline on this? |
To reproduce:
Playground link
Current behavior:
This produces the following output, which is clearly incorrect:
Expected behavior:
It should produce the following css:
Environment information:
less
version: 4.2.0This is based on the sample code from mdn: https://developer.mozilla.org/en-US/docs/Web/CSS/@starting-style
The text was updated successfully, but these errors were encountered: