Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

may be the prefix should be add to some css value too? #132

Closed
superwf opened this issue Jul 5, 2015 · 2 comments
Closed

may be the prefix should be add to some css value too? #132

superwf opened this issue Jul 5, 2015 · 2 comments

Comments

@superwf
Copy link

superwf commented Jul 5, 2015

In my case, the css is below
background-image: radial-gradient(farthest-corner, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95));

It is ok in most browser except safari(window7-64 version), then I add the css below only for safari
background-image: -webkit-radial-gradient(farthest-corner, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.95));

May be myth should add browser prefix to css value part, I think.
Thank you.

@MoOx
Copy link
Contributor

MoOx commented Jul 6, 2015

Latest version of autoprefixer (5.x) seems to handle this but myth still use 3.x.

@ianstormtaylor
Copy link
Contributor

Fixed in 1.5.0!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants