Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subinsebastian/uigradients-scss
uigradients.com gradients collection
https://github.com/subinsebastian/uigradients-scss
Last synced: 14 days ago
JSON representation
uigradients.com gradients collection
- Host: GitHub
- URL: https://github.com/subinsebastian/uigradients-scss
- Owner: subinsebastian
- Created: 2017-04-02T06:50:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T06:09:52.000Z (over 6 years ago)
- Last Synced: 2024-08-01T19:36:01.442Z (3 months ago)
- Language: CSS
- Size: 5.86 KB
- Stars: 36
- Watchers: 2
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# uigradients scss
Felt the need to have a collection of gradient variables from [uigradients.com](http://uigradients.com),
hence tweeked the parent repo [uiGradients](https://github.com/Ghosh/uiGradients).### Special Thanks to [Indrashish Ghosh](https://github.com/Ghosh/) for his work on [uiGradients](https://github.com/Ghosh/uiGradients).
## Contents
1. _gradients.scss Consist of all the gradient variables as shown below:![Imgur](http://i.imgur.com/Wvva3IE.png)
2. _gradient-mixins.scss
Contains list of all gradient mixins(over time more shall be added)
![Imgur](http://i.imgur.com/9Lap4RG.png)## To Use
1. Simply paste the two files in your sass/ folder.
2. Since both are [partial files](http://sass-lang.com/guide), just add
``` ``````ruby
@import 'gradient-mixin';
```
on top of the style.scss file.
# Kindly Contribute Mixins for other gradient properties.