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

Remove whitespace between property-name and colon #58

Closed
jasonkuhrt opened this issue Jan 27, 2013 · 2 comments
Closed

Remove whitespace between property-name and colon #58

jasonkuhrt opened this issue Jan 27, 2013 · 2 comments
Assignees
Milestone

Comments

@jasonkuhrt
Copy link

> echo '#test{padding-left :0;padding-right:0}' | cleancss
#test{padding-left :0;padding-right:0}

Should be:

> echo '#test{padding-left :0;padding-right:0}' | cleancss
#test{padding-left:0;padding-right:0}
@GoalSmashers
Copy link
Contributor

Thanks Jason. It will land in 0.9.2 soon.

@jasonkuhrt
Copy link
Author

@GoalSmashers Cheers

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