Created
January 16, 2015 07:43
-
-
Save stepankuzmin/aeacd1f97c8febcd2931 to your computer and use it in GitHub Desktop.
Stylus background image with linear-gradient mixin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @import 'nib' | |
| image-with-linear-gradient(url, linear-gradient-arguments...) | |
| error('image url required') unless length(url) | |
| background-image url(url), unquote('linear-gradient(' + join(', ',linear-gradient-arguments) + ')') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment