We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8455d commit ad7ea4cCopy full SHA for ad7ea4c
README.md
@@ -3,10 +3,13 @@
3
[PostCSS] plugin for generating the old IE supported filter gradient.
4
5
[![Build Status][ci-img]][ci]
6
+[![Coverage Status][co-img]][co]
7
8
[PostCSS]: https://github.com/postcss/postcss
9
[ci-img]: https://travis-ci.org/yuezk/postcss-filter-gradient.svg
10
[ci]: https://travis-ci.org/yuezk/postcss-filter-gradient
11
+[co-img]: https://coveralls.io/repos/github/yuezk/postcss-filter-gradient/badge.svg?branch=master
12
+[co]: https://coveralls.io/github/yuezk/postcss-filter-gradient?branch=master
13
14
```css
15
.foo {
0 commit comments