scss-parser icon indicating copy to clipboard operation
scss-parser copied to clipboard

Support Arbitrary Keyword Arguments

Open alexjgustafson opened this issue 2 years ago • 2 comments

Fixes #5

The last argument in a @mixin can be an arbitrary keyword argument: https://sass-lang.com/documentation/at-rules/mixin#taking-arbitrary-keyword-arguments

This change is the first implementation of an arbitrary_keyword_argument token in the token stream.

Adds four new tests: two for parse and two for stringily.

alexjgustafson avatar Jan 10 '23 03:01 alexjgustafson

Thanks for the contribution! Before we can merge this, we need @alexjgustafson to sign the Salesforce.com Contributor License Agreement.

salesforce-cla[bot] avatar Jan 10 '23 03:01 salesforce-cla[bot]

Thanks for the contribution! Before we can merge this, we need @alexjgustafson to sign the Salesforce.com Contributor License Agreement.

I've signed the CLA. When I visit the link and authenticate, it says I signed the CLA. The check says I did not sign the CLA.

alexjgustafson avatar Jan 10 '23 03:01 alexjgustafson