Skip to content

Commit 590278a

Browse files
committed
Use flat style
1 parent d72eaea commit 590278a

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@
99
[![JavaScript Style Guide][std-img]][std]
1010
[![Follow Larsenwork on Twitter][twt-img]][twt]
1111

12-
⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0` ⚠️
13-
1412
[PostCSS](https://github.com/postcss/postcss) plugin to create smooth linear-gradients that approximate easing functions.
15-
1613
Visual examples and online editor on [larsenwork.com/easing-gradients](https://larsenwork.com/easing-gradients/)
1714

15+
⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0`
1816
<br>
1917

2018
## Code Examples
@@ -141,16 +139,16 @@ is the default. A lower number can result in banding.
141139

142140
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)
143141

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
145143
[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
147145
[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
150148
[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
152150
[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
154152
[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
156154
[twt]: https://twitter.com/larsenwork

0 commit comments

Comments
 (0)