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

CSS comment spacing disregards newline_between_rules, selector_separator_newline #645

Closed
jawshooah opened this issue Mar 10, 2015 · 3 comments

Comments

@jawshooah
Copy link

Original:

/* Comment above first rule */

body {
    display: none;
}

/* Comment between rules */

ul,

/* Comment between selectors */

li {
    display: none;
}

/* Comment after last rule */

Regardless of the values of newline_between_rules and selector_separator_newline, the output is the same:

/* Comment above first rule */

body {
    display: none;
}
/* Comment between rules */

ul,
/* Comment between selectors */

li {
    display: none;
}
/* Comment after last rule */
@anephew
Copy link

anephew commented Mar 1, 2017

Fixed?

@bitwiseman
Copy link
Member

Still open, so not fixed.

@MacKLess
Copy link
Collaborator

This appears to have been resolved as of v1.8.0-rc13. @jawshooah and @anephew, if this doesn't appear to be working correctly, can you please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants