Skip to content

Instantly share code, notes, and snippets.

@stepankuzmin
Created January 16, 2015 07:43
Show Gist options
  • Save stepankuzmin/aeacd1f97c8febcd2931 to your computer and use it in GitHub Desktop.
Save stepankuzmin/aeacd1f97c8febcd2931 to your computer and use it in GitHub Desktop.
Stylus background image with linear-gradient mixin
@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