Compass / compass

Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.
http://compass-style.org
Other
6.73k stars 1.18k forks source link

repeating-gradients #401

Open chriseppstein opened 13 years ago

chriseppstein commented 13 years ago

Add support for repeating gradients to compass.

As a work around users can add the following to their configuration:

Compass::BrowserSupport.add_support("repeating-linear-gradient", "webkit", "moz", "ms")

then it will just work with the image mixins

kaleb commented 12 years ago

This would be nice. I just started using compass (with webputty.net) and could not figure out why my repeating-linear-gradients were not working.

MoOx commented 12 years ago

Do we just need to add a repeating-linear-gradient sass function like this one ? https://github.com/chriseppstein/compass/blob/stable/lib/compass/sass_extensions/functions/gradient_support.rb#L271

chriseppstein commented 11 years ago

@MoOx probably that's all that's needed.

MoOx commented 11 years ago

@chriseppstein I see you're assigned to this issue, are you really taking care of this or do you need a hand ?

chriseppstein commented 11 years ago

@MoOx would love a hand. I'me just the default gradients guy on the team.

MoOx commented 11 years ago

Same for me. I'just used it with some css background patterns so I can test this easily.

chriseppstein commented 9 years ago

I did a simple implementation of this for 1.0, but 1.0.x needs to take thresholds into account.