We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aad44b commit 610e967Copy full SHA for 610e967
.travis.yml
@@ -1,5 +1,7 @@
1
language: node_js
2
-cache: yarn
3
node_js:
4
- stable
5
- - "6"
+sudo: false
+branches:
6
+ only:
7
+ - master
README.md
@@ -2,19 +2,16 @@
# PostCSS Easing Gradients
+⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0` ⚠️
+
[![Build Status][ci-img]][ci]
8
[![NPM Version][npm-img]][npm]
9
[![NPM Monthly Downloads][dm-img]][npm]
10
-</div>
-
11
-<br>
12
13
[PostCSS](https://github.com/postcss/postcss) plugin to create smooth linear-gradients that approximate easing functions.
14
15
Visual examples and online editor on [larsenwork.com/easing-gradients](https://larsenwork.com/easing-gradients/)
16
17
-⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0` ⚠️
+</div>
18
19
<br>
20
0 commit comments