We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255b1f4 commit 35b2c3cCopy full SHA for 35b2c3c
css-mixins-1/Overview.bs
@@ -201,11 +201,17 @@ and optionally a default value.
201
<>
202
}
203
204
-<> = <> <>? [ : <<declaration-value>> ]?
+<> = <> <>? [ : <<default-value>> ]?
205
<> = <> | <>
206
+<> = <>
207
<type()> = type( <> )
208
209
210
+If a [=default value=] and a [=parameter type=] are both provided,
211
+then the [=default value=] must [=CSS/parse=] successfully
212
+according to that [=parameter type=]'s syntax.
213
+Otherwise, the ''@function'' rule is invalid.
214
+
215
216
The Function Preamble
217
0 commit comments