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
Given code like this:
.mq-medium( { position: absolute; background: red; });
It ends up like this by the CSS Beautifier formatter:
.mq-medium( { position: absolute; background: red; } );
It still works, but it just looks a bit strange that } and ); ends up on their own rows.
The text was updated successfully, but these errors were encountered:
Need to look at bugfix by @corgrath. See if it works in general.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Given code like this:
It ends up like this by the CSS Beautifier formatter:
It still works, but it just looks a bit strange that } and ); ends up on their own rows.
The text was updated successfully, but these errors were encountered: