Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Added Linear-Gradient mixins for Opera 11 and Chorme 11 #10

Merged
merged 1 commit into from
May 20, 2011

Conversation

VoQn
Copy link
Contributor

@VoQn VoQn commented May 19, 2011

Hi, madr

I'm your "css3-sass-mixins" user, always using your sass library when develop Web Application with Sinatra. :-)

I forked your repository. And added linear-gradient mixin for Opera 11. and -webkit-linear-gradient (Enable Currently Webkit and Chrome)

see example.

-o-linear-gradient(#000, #fff); /* of course gradient #000 to #fff */

/* from Currently Webkit(and Chorme 11), instead of 
 * too many argument vendor prefix.
 * like -> "-webkit-gradient(top, left top, right bottom, color-stop(1, $from),  ...)" */
-webkit-linear-gradient(#000, #fff); 

please pull my commit to your master. ;-)

madr pushed a commit that referenced this pull request May 20, 2011
Added Linear-Gradient mixins for Opera 11 and Chrome 11
@madr madr merged commit 776c6c5 into madr:master May 20, 2011
@madr
Copy link
Owner

madr commented May 20, 2011

Awesome work! :D

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

Successfully merging this pull request may close these issues.

None yet

2 participants