Skip to content

[css-mixins-1] Revert to ED #12374

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

Merged
merged 1 commit into from
Jun 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions css-mixins-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
Title: CSS Functions and Mixins Module
Shortname: css-mixins
Level: 1
Status: FPWD
Date: 2025-05-15
Prepare for TR: yes
Status: ED
Prepare for TR: no
Work Status: Exploring
Group: CSSWG
ED: https://drafts.csswg.org/css-mixins/
Expand Down Expand Up @@ -1396,7 +1395,7 @@ but ''env()'' can be used in locations that don't have an element context.
an ''em'' value is passed to a mixin,
but the argument is then used in the ''@media'' rule inside the mixin.

<pre highlight=css>
<xmp highlight=css>
@mixin --smaller(--size <length>: 800px, @contents) {
@media (width <= env(--size)) {
@contents;
Expand All @@ -1407,7 +1406,7 @@ but ''env()'' can be used in locations that don't have an element context.
margin: 1em 0;
}
}
</pre>
</xmp>
</div>

When this situation occurs,
Expand Down