We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I prettify the following code:
.div { &:first-of-type:not(:last-child) {} }
the result is:
.div { &:first-of-type:not(: last-child) {} }
Which throws an error in sass, because there is a spacing before "last-child".
The text was updated successfully, but these errors were encountered:
I encountered the same problem. Is there anyone do sth solve it?
Sorry, something went wrong.
Please file this bug at https://github.com/beautify-web/js-beautify
I'll do.
How come do I file it with JS beautify? Isn't it related to how the CSS is beautified?
That library is also used for css beautification.
No branches or pull requests
When I prettify the following code:
.div { &:first-of-type:not(:last-child) {} }
the result is:
.div { &:first-of-type:not(: last-child) {} }
Which throws an error in sass, because there is a spacing before "last-child".
The text was updated successfully, but these errors were encountered: