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

Separate CSS declarations #461

Closed
einars opened this issue May 10, 2014 · 2 comments
Closed

Separate CSS declarations #461

einars opened this issue May 10, 2014 · 2 comments

Comments

@einars
Copy link
Contributor

einars commented May 10, 2014

CSS beautifier should leave existing newlines between declarations intact (like options.preserve_newlines for js_beautifier, but just between the declarations), and would benefit from an option to specify that a separator is needed, e.g

Input:

foo { a:a } bar {b:b}

Expected, with a separation option:

foo {
  a: a
}

bar {
  b: b
}
@noducks
Copy link

noducks commented Jul 2, 2014

+1

@bitwiseman
Copy link
Member

#467 Seems to be the bug people are putting all their votes into. 😄

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

3 participants