You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error message is à la "Mixin brokenTest has no parameter named $width on line 17 at column 21"
This is independent of declaration order (see tests 1 + 2 below), notwithstanding scenarios where named arguments are passed ordinally (see test 3, which happens to work). If the only arg is a variable argument then it behaves as expected (4 + 5). This issue appears in both Sass and SCSS syntaxes.
Seen failing on 3.5.0.beta2, on node-sass 4.5.3 and here on Sassmeister. Seen working on Ruby Sass v3.4.21.
Mixin variable arguments with keywords misbehave when used alongside other keyword arguments.
Error message is à la "
Mixin brokenTest has no parameter named $width on line 17 at column 21
"This is independent of declaration order (see tests 1 + 2 below), notwithstanding scenarios where named arguments are passed ordinally (see test 3, which happens to work). If the only arg is a variable argument then it behaves as expected (4 + 5). This issue appears in both Sass and SCSS syntaxes.
Admin Edit: Changed sample from sass to scss syntax
The text was updated successfully, but these errors were encountered: