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

blanklineBetweenSelectors separates comments from code #38

Closed
georgecrawford opened this issue Feb 12, 2014 · 2 comments
Closed

blanklineBetweenSelectors separates comments from code #38

georgecrawford opened this issue Feb 12, 2014 · 2 comments

Comments

@georgecrawford
Copy link

Thanks for this useful tool.

Beautifying a .scss file will expand

.test1 {
    display: block;
}

// Comment
.test2 {
    display: block;
}

to:

.test1 {
    display: block;
}

// Comment

.test2 {
    display: block;
}

This separation of comment and associated code block is probably not intended behaviour.

@badsyntax
Copy link
Owner

Thanks for this bug report. To be honest this feature was not properly tested prior to merging it in. I'm very tempted to get rid of this feature as it hasn't been implemented correctly. I'm going to leave this ticket open for a little while until I decide what to do about it.

@badsyntax
Copy link
Owner

I have decided to remove this feature entirely.

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