Skip to content

Instantly share code, notes, and snippets.

@JulianJorgensen
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save JulianJorgensen/5c4e10075d4812721150 to your computer and use it in GitHub Desktop.

Select an option

Save JulianJorgensen/5c4e10075d4812721150 to your computer and use it in GitHub Desktop.
bootstrap gradient
// vertical gradient (using bootstraps mixin)
.example
{
#gradient > .vertical(@gray85, @gray90);
}
// horizontal gradient (using bootstraps mixin)
.example2
{
#gradient > .horizontal(@gray85, @gray90);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment