Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Arbitrary Keyword Arguments #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parse error with mixin using map for parameters
1 participant