Skip to content

Commit 214df14

Browse files
committed
[css-values-4] Whoops, Bikeshed recognized that as a link.
1 parent 675d94c commit 214df14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-values-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ Mathematical Expressions: ''calc()'', ''min()'', ''max()'', and ''clamp()''</h3>
16401640
[=Math functions=] can be used to combine value that use different units.
16411641
In this example the author wants the <em>margin box</em> of each section
16421642
to take up 1/3 of the space,
1643-
so they start with ''100%/3'',
1643+
so they start with <css>100%/3</css>,
16441644
then subtract the element's borders and margins.
16451645
('box-sizing' can automatically achieve this effect for borders and padding,
16461646
but a [=math function=] is needed if you want to include margins.)

0 commit comments

Comments
 (0)