Skip to content

Commit e3b81f0

Browse files
kbabbitttabatkins
authored andcommitted
[css-mixins-1] Make parentheses optional for mixins without parameters. #13015
1 parent 6ebe5ca commit e3b81f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-mixins-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ and a [=mixin body=].
953953
save that it lacks a [=custom function/return type=].)
954954

955955
<pre class="prod def">
956-
<<@mixin>> = @mixin <<function-token>> <<function-parameter>>#? )
956+
<<@mixin>> = @mixin <<function-token>> ( <<function-parameter>># )?
957957
{
958958
<<declaration-rule-list>>
959959
}

0 commit comments

Comments
 (0)