Skip to content

Commit fa151c4

Browse files
committed
[css-mixins-1][editorial] Actually exercise what the example claims its showing.
1 parent d1d5822 commit fa151c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-mixins-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ but ''env()'' can be used in locations that don't have an element context.
14791479
}
14801480
}
14811481
h1 {
1482-
@apply --smaller {
1482+
@apply --smaller(50em) {
14831483
margin: 1em 0;
14841484
}
14851485
}

0 commit comments

Comments
 (0)