Skip to content

Commit d68e7a5

Browse files
committed
[css-mixins-1[editorial]] Correct syntax in example, fix #12813
1 parent 11b1621 commit d68e7a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-mixins-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ making them reusable and customizable with arguments.
834834

835835
<pre highlight=css>
836836
@mixin --gradient-text(
837-
--from type(color): mediumvioletred,
838-
--to type(color): teal,
837+
--from type(<<color>>): mediumvioletred,
838+
--to type(<<color>>): teal,
839839
--angle: to bottom right,
840840
) {
841841
color: env(--from, env(--to));

0 commit comments

Comments
 (0)