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

Add an option to skip camel casing keys #3

Closed
adamgruber opened this issue Nov 29, 2017 · 3 comments
Closed

Add an option to skip camel casing keys #3

adamgruber opened this issue Nov 29, 2017 · 3 comments

Comments

@adamgruber
Copy link
Owner

The default behavior of this plugin is to camelCase variable keys during the transform.

$my-variable-name: 10px //=> myVariableName: '10px'

This may be undesirable for some so an option to skip this part of the transform would be a good idea.

@adamgruber
Copy link
Owner Author

v0.2.0 introduces options support including a camelCase option. Setting this to false will skip the camel case transformation.

@Coord
Copy link

Coord commented Jun 8, 2018

It looks like this option is not working with nested objects.

@adamgruber
Copy link
Owner Author

@Coord Mind opening a separate issue with some more details and code to reproduce?

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

No branches or pull requests

2 participants