Last active
August 29, 2015 14:09
-
-
Save JulianJorgensen/5c4e10075d4812721150 to your computer and use it in GitHub Desktop.
bootstrap gradient
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
| // 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