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
Beautify:css adds a space after all pseudo class selectors:
.bubble:hover{} .bubble:after{} .bubble:hover:after{}
to this:
.bubble: hover{} .bubble: after{} .bubble: hover: after{}
The text was updated successfully, but these errors were encountered:
This is the same problem that atom-beautify has. Please fix asap. Plugin is unusable for CSS due to this.
Sorry, something went wrong.
Looks to be a bug in the js-beautify package they are both using. Here is a pending pull-request for the fix: beautifier/js-beautify#431
No branches or pull requests
Beautify:css adds a space after all pseudo class selectors:
to this:
The text was updated successfully, but these errors were encountered: