-
Notifications
You must be signed in to change notification settings - Fork 465
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
Prettify output CSS (with --output-style=expanded) #233
Comments
This was referenced Jan 5, 2014
Sorry, the expanded output style is currently identical to the nested style. We do plan to fully implement all four styles, but at the moment, we felt that nested and compressed were the most important ones (since nested is most likely to be used for debugging, and compressed is most likely to be used in production). |
Covered by #15 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With
--output-style=expanded
, please generate the CSS in a properly expanded and well-formatted way.Current:
Desired:
Note, after each rule there is a line-break, curly braces are on separate lines and nested rules are following desired indentation spacing (4 in this case, perhaps with another switch
--indent
).Incidentally,
nested
andexpanded
(and I guesscompact
as well), all generates same kind of output. What is the difference?Thanks.
The text was updated successfully, but these errors were encountered: