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

Adds 2 new lines between each rule group if run twice in a .sass file #72

Open
eduardodomingos opened this issue Jan 4, 2016 · 0 comments

Comments

@eduardodomingos
Copy link

It works as expected if I only run ctrl+shit+c once.
If i run this shortcut again it adds an extra new line between each group of similar properties:

position: absolute
|
width: 100%

is converted to:

position: absolute
|
|
width: 100%

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

1 participant