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

-(50px/2) #1915

Closed
perfey opened this issue Nov 26, 2015 · 2 comments
Closed

-(50px/2) #1915

perfey opened this issue Nov 26, 2015 · 2 comments

Comments

@perfey
Copy link

perfey commented Nov 26, 2015

sass
background: url(../img/xxx.png) no-repeat -(50px/2) 0;
to css
background: url(../img/xxx.png) no-repeat-25px 0;

error, loss of space. The following is correct:
background: url(../img/xxx.png) no-repeat -25px 0;

@cimmanon
Copy link

Duplicate of #1912

@chriseppstein
Copy link

Please see my comment on #1912

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

3 participants