Skip to content

Commit 2f73c7f

Browse files
committed
[css-mixins-1][editorial] Fix autolink
1 parent cecb9fa commit 2f73c7f

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
@@ -201,7 +201,7 @@ and optionally a <dfn>default value</dfn>.
201201
}
202202
203203
<dfn><<function-parameter>></dfn> = <<custom-property-name>> <<css-type>>? [ : <<default-value>> ]?
204-
<dfn><<css-type>></dfn> = <<syntax-component>> | <<type()>>
204+
<dfn><<css-type>></dfn> = <<syntax-component>> | <<@function/type()>>
205205
<dfn><<default-value>></dfn> = <<declaration-value>>
206206
<dfn function lt="type()" for="@function">&lt;type()></dfn> = type( <<syntax>> )
207207
</pre>

0 commit comments

Comments
 (0)