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 psuedo selectors incorrectly formatted #12

Closed
codekipple opened this issue Jan 22, 2014 · 3 comments
Closed

css psuedo selectors incorrectly formatted #12

codekipple opened this issue Jan 22, 2014 · 3 comments

Comments

@codekipple
Copy link

psuedo selectors like this:-

a:visited {}
body:after {}

Become this:-

a: visited {}
body: after {}

Which stops the css from working.

@jonschlinkert
Copy link
Owner

Yes, this is a bug with js-beautify that I would like to see resolved as well. Please create the issue there, I'll track progress

@codekipple
Copy link
Author

Ah sorry i didn't realise. Looks like a few people have already raised the issue
beautifier/js-beautify#346
beautifier/js-beautify#339

@jonschlinkert
Copy link
Owner

no prob!

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