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 "" from URLs and 0 from 0.x #60

Closed
Fleshgrinder opened this issue Mar 17, 2012 · 2 comments
Closed

Remove "" from URLs and 0 from 0.x #60

Fleshgrinder opened this issue Mar 17, 2012 · 2 comments

Comments

@Fleshgrinder
Copy link

I can’t read all the Russian stuff, so I don’t know if this was already suggested.

Following suggestions:

background:url("xxx.jpg") > background:url(xxx.jpg)

margin:0.1px 0.2px 0.3px 0.4px > margin:.1px .2px .3px .4px

Regards
Richard

@afelix
Copy link
Contributor

afelix commented Mar 17, 2012

The first feature is planned on april / may.

The second one... Can you try it in the last CSSO version (1.2.12)?

Before:

a { margin: 0.1px 0.2px 0.3px 0.4px }

After:

a{margin:.1px .2px .3px .4px}

Looks like we did it already. :)

Thank you.

@Fleshgrinder
Copy link
Author

Okay, using 1.2.11 right now. Going to upgrade, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants