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 for camel case #5

Merged
merged 2 commits into from
Mar 4, 2017
Merged

Support for camel case #5

merged 2 commits into from
Mar 4, 2017

Conversation

kumarharsh
Copy link
Contributor

Closes #3.

I've added a setting called 'camelCase', which can be set to 3 possible values: true | false | 'dashes', which output the following autocomplete entries:

For class .sidebar_with-header,
Outputs:
camelCase: false: .sidebar_with-header
camelCase: true: .sidebarWithHeader
camelCase: 'dashes': .sidebar_withHeader

@clinyong clinyong merged commit 20fd786 into clinyong:master Mar 4, 2017
@clinyong
Copy link
Owner

clinyong commented Mar 4, 2017

@kumarharsh Thanks.

@kumarharsh kumarharsh deleted the camelCase branch March 7, 2017 06:35
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.

2 participants