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

Beautification of CSS inserts space on wrong side of psuedo-selectors #4

Open
tigerhawkvok opened this issue Mar 10, 2014 · 1 comment

Comments

@tigerhawkvok
Copy link

e.g, it'll correct a:hover to a: hover (incorrect and does not work) instead of a :hover.

@lenage
Copy link

lenage commented Mar 24, 2015

I also have the same issue, when run web-beautify on a css like below:

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');

it will format it to

filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000');

Is that a bug of web-beautify or js-beautify ?

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