Open jpuffer opened 10 years ago
@eddie-ruva any luck on this one?
@chriseppstein I didn't have time to work on it anymore during the weekend and I'm still at the same place with handling the svg. I will work on it today and I'm planning on getting the PR for tomorrow night.
@eddie-ruva Thanks!
The following SASS rule produces incorrect results:
background-image(radial-gradient(center center, #ddd, transparent 100px)
Changing the SASS rule to the following also produces incorrect results:
background-image(radial-gradient(at center center, #ddd, transparent 100px)
Expected behavior is that it should put the keyword "at" before "center center" in the non-prefixed version only - like so:
This is per W3C spec, noted here: http://dev.w3.org/csswg/css-images-3/#radial-gradients