Skip to content

Add new option to prefix without numbers. #10

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

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

Conversation

halerankin
Copy link

I found that JSON.parse creates a numeric index when parsing a JSON document (due to array). This makes its way into the output. To suppress this, I added a minor modification -- a new option prefixNoNumbers which is true by default, so a number will not prepend generated sass variables. Use opt.prefixNoNumbers: false to keep the number in the prefix.

This new option is set to true by default, so number will not appear in generated sass variables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant