abhilashkrishnan / uigradients-scss

uigradients.com gradients collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

uigradients.com gradients collection


Languages

Language:CSS 100.0%