Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Sprites are defaulting to repeat not no-repeat #851
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
ajmorris
commented
May 1, 2012
I too am having this problem. Anyone got a way to get this to work? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
chriseppstein
Jun 4, 2012
Owner
I am not seeing this. Can you make a small compass project that reproduces this issue and send it to me?
I am not seeing this. Can you make a small compass project that reproduces this issue and send it to me? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
MoOx
Aug 4, 2012
Contributor
It's true we can see no-repeat
into compass source https://github.com/chriseppstein/compass/blob/stable/frameworks/compass/stylesheets/compass/utilities/sprites/_sprite-img.scss#L41
It's true we can see |
ramaboo commentedApr 18, 2012
Version 0.12.1
I have the following code in a sass file:
When I look at the generated stylesheet I see this:
From the documentation http://compass-style.org/reference/compass/helpers/sprites/ I would have expected it to include no-repeat.
I tried passing in options for no-repeat but could not get any of them to work as expected.
David