khough
khough

Reputation: 51

Compass error: Webkit only supports pixels for the start and end stops for radial gradients

I'm having a problem in my Backbone app. I'm using sass and compass.

When I try to build the app, I get this error:

Running "compass:dev" (compass) task warning Webkit only supports pixels for the start and end stops for radial gradients. Got: 70%

My background image (a texture image file) is also being compiled to 100%, which is causing all of my textures to look large and grainy.

What do I need to do to ensure that I do not get this error?

Thanks!

Upvotes: 5

Views: 692

Answers (1)

Kevin Borders
Kevin Borders

Reputation: 2992

This warning only applies to really old Webkit browsers, so it can safely be ignored for recent versions of Chrome and Safari.

Upvotes: 1

Related Questions