Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

double -webkit-gradient for default start (0) and stop (100%) #255

Closed
bassjobsen opened this issue May 21, 2014 · 1 comment
Closed

double -webkit-gradient for default start (0) and stop (100%) #255

bassjobsen opened this issue May 21, 2014 · 1 comment

Comments

@bassjobsen
Copy link

when my css contains background-image: -webkit-gradient(linear, left top, right top, from(0%, #555), to(100%, #333)); (and linear-gradient(to right, #555 0%, #333 100%);) the auto prefixer, also adds:
-webkit-gradient(linear, left top, right top, from(#555), to(#333));

see also: twbs/bootstrap#13643

@bassjobsen
Copy link
Author

sorry, i found it is already mentioned here: #112

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

No branches or pull requests

1 participant