Skip to content

Commit 610e967

Browse files
committed
Formatting
1 parent 7aad44b commit 610e967

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: node_js
2-
cache: yarn
32
node_js:
43
- stable
5-
- "6"
4+
sudo: false
5+
branches:
6+
only:
7+
- master

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22

33
# PostCSS Easing Gradients
44

5+
⚠️ The [syntax](#syntax) has changed substantially in `^v.2.0.0` ⚠️
6+
57
[![Build Status][ci-img]][ci]
68
[![NPM Version][npm-img]][npm]
79
[![NPM Monthly Downloads][dm-img]][npm]
810

9-
</div>
10-
11-
<br>
12-
1311
[PostCSS](https://github.com/postcss/postcss) plugin to create smooth linear-gradients that approximate easing functions.
1412

1513
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` ⚠️
14+
</div>
1815

1916
<br>
2017

0 commit comments

Comments
 (0)