Awesome
uigradients scss
Felt the need to have a collection of gradient variables from uigradients.com, hence tweeked the parent repo uiGradients.
Special Thanks to Indrashish Ghosh for his work on uiGradients.
Contents
- _gradients.scss Consist of all the gradient variables as shown below:
- _gradient-mixins.scss
Contains list of all gradient mixins(over time more shall be added)
To Use
- Simply paste the two files in your sass/ folder.
- Since both are partial files, just add
@import 'gradient-mixin';
on top of the style.scss file.