Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Conversation

@alexjgustafson
Copy link

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.

The last argument in a @mixin can be an arbitrary
keyword argument.

See Sass specification:
https://sass-lang.com/documentation/at-rules/mixin#taking-arbitrary-keyword-arguments

Addresses issue in main project:
salesforce-ux#5
@salesforce-cla
Copy link

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

@alexjgustafson
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Parse error with mixin using map for parameters

1 participant