Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 897 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 897 Bytes

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

  1. _gradients.scss Consist of all the gradient variables as shown below:

Imgur

  1. _gradient-mixins.scss

Contains list of all gradient mixins(over time more shall be added) Imgur

To Use

  1. Simply paste the two files in your sass/ folder.
  2. Since both are partial files, just add
@import 'gradient-mixin';

on top of the style.scss file.

Kindly Contribute Mixins for other gradient properties.