Please take a look at the demo page
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://[email protected]/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';
- Run:
bower install --save-dev gradients
- Include Sass:
@import 'bower_components/gradients/src/styles/gradients';
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.
IE9 is supported through SVG. IE8 will show a solid colour.
For other browsers see: http://caniuse.com/#feat=css-gradients