Skip to content

skyglobal/gradients

Repository files navigation

Please take a look at the demo page

Quick-Start

NPM

Include the SASS via NPM (use the latest version number)

( WARNING: The build works correctly only with Node version <= 0.12.X !!! )

npm install --save-dev git+ssh://git@github.com/skyglobal/gradients.git#v0.1.8

You can then require in the SASS file from your node modules folder

import '../node_modules/gradients/src/styles/gradients.scss';

Bower

  • Run: bower install --save-dev gradients
  • Include Sass: @import 'bower_components/gradients/src/styles/gradients';

Contribution

Components depends on collaboration between developers. Contributions of any size are actively encouraged.

To see how to build this component locally, read the contribution guidelines.

Browser Support

IE9 is supported through SVG. IE8 will show a solid colour.

For other browsers see: http://caniuse.com/#feat=css-gradients