File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 2
2
Title : CSS Functions and Mixins Module
3
3
Shortname : css-mixins
4
4
Level : 1
5
- Status : FPWD
6
- Date : 2025-05-15
7
- Prepare for TR : yes
5
+ Status : ED
6
+ Prepare for TR : no
8
7
Work Status : Exploring
9
8
Group : CSSWG
10
9
ED : https://drafts.csswg.org/css-mixins/
@@ -1396,7 +1395,7 @@ but ''env()'' can be used in locations that don't have an element context.
1396
1395
an ''em'' value is passed to a mixin,
1397
1396
but the argument is then used in the ''@media'' rule inside the mixin.
1398
1397
1399
- <pre highlight=css>
1398
+ <xmp highlight=css>
1400
1399
@mixin --smaller(--size <length> : 800px, @contents) {
1401
1400
@media (width <= env(--size)) {
1402
1401
@contents;
@@ -1407,7 +1406,7 @@ but ''env()'' can be used in locations that don't have an element context.
1407
1406
margin: 1em 0;
1408
1407
}
1409
1408
}
1410
- </pre >
1409
+ </xmp >
1411
1410
</div>
1412
1411
1413
1412
When this situation occurs,
You can’t perform that action at this time.
0 commit comments