|
9 | 9 | [![JavaScript Style Guide][std-img]][std]
|
10 | 10 | [![Follow Larsenwork on Twitter][twt-img]][twt]
|
11 | 11 |
|
12 |
| -⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0` ⚠️ |
13 |
| - |
14 | 12 | [PostCSS](https://github.com/postcss/postcss) plugin to create smooth linear-gradients that approximate easing functions.
|
15 |
| - |
16 | 13 | Visual examples and online editor on [larsenwork.com/easing-gradients](https://larsenwork.com/easing-gradients/)
|
17 | 14 |
|
| 15 | +⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0` |
18 | 16 | <br>
|
19 | 17 |
|
20 | 18 | ## Code Examples
|
@@ -141,16 +139,16 @@ is the default. A lower number can result in banding.
|
141 | 139 |
|
142 | 140 | is the default color space used for interpolation and is closest to what most browsers use. Other options are `'rgb', 'hsl', 'lab' and 'lch'` as per [chromajs documentation](http://gka.github.io/chroma.js/#chroma-mix)
|
143 | 141 |
|
144 |
| -[ci-img]: https://img.shields.io/travis/larsenwork/postcss-easing-gradients.svg?branch=master |
| 142 | +[ci-img]: https://img.shields.io/travis/larsenwork/postcss-easing-gradients.svg?branch=master&longCache=true&style=flat-square |
145 | 143 | [ci]: https://travis-ci.org/larsenwork/postcss-easing-gradients
|
146 |
| -[npm-img]: https://img.shields.io/npm/v/postcss-easing-gradients.svg |
| 144 | +[npm-img]: https://img.shields.io/npm/v/postcss-easing-gradients.svg?longCache=true&style=flat-square |
147 | 145 | [npm]: https://www.npmjs.com/package/postcss-easing-gradients
|
148 |
| -[dm-img]: https://img.shields.io/npm/dm/postcss-easing-gradients.svg |
149 |
| -[dpd-img]: https://img.shields.io/david/larsenwork/postcss-easing-gradients.svg |
| 146 | +[dm-img]: https://img.shields.io/npm/dm/postcss-easing-gradients.svg?longCache=true&style=flat-square |
| 147 | +[dpd-img]: https://img.shields.io/david/larsenwork/postcss-easing-gradients.svg?longCache=true&style=flat-square |
150 | 148 | [dpd]: https://david-dm.org/larsenwork/postcss-easing-gradients
|
151 |
| -[std-img]: https://img.shields.io/badge/code_style-standard-brightgreen.svg |
| 149 | +[std-img]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?longCache=true&style=flat-square |
152 | 150 | [std]: https://standardjs.com
|
153 |
| -[mit-img]: https://img.shields.io/github/license/larsenwork/postcss-easing-gradients.svg |
| 151 | +[mit-img]: https://img.shields.io/github/license/larsenwork/postcss-easing-gradients.svg?longCache=true&style=flat-square |
154 | 152 | [mit]: https://github.com/larsenwork/postcss-easing-gradients/blob/master/LICENSE
|
155 |
| -[twt-img]: https://img.shields.io/twitter/follow/larsenwork.svg?label=follow+larsenwork |
| 153 | +[twt-img]: https://img.shields.io/twitter/follow/larsenwork.svg?label=follow+larsenwork&longCache=true&style=flat-square |
156 | 154 | [twt]: https://twitter.com/larsenwork
|
0 commit comments