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

css command adding space after pseudo class selectors #2

Open
afj176 opened this issue Mar 12, 2014 · 2 comments
Open

css command adding space after pseudo class selectors #2

afj176 opened this issue Mar 12, 2014 · 2 comments

Comments

@afj176
Copy link

afj176 commented Mar 12, 2014

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{}
@tinyfly
Copy link

tinyfly commented Apr 4, 2014

This is the same problem that atom-beautify has. Please fix asap. Plugin is unusable for CSS due to this.

@tinyfly
Copy link

tinyfly commented Apr 4, 2014

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

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

2 participants