Skip to content

Commit 00a952b

Browse files
authored
Update README.md
1 parent 7f1051e commit 00a952b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# postcss-prefix-selector
22

3-
[![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]
43
[![NPM version][npm-image]][npm-url]
54
[![Build status][travis-image]][travis-url]
65
[![Test coverage][coveralls-image]][coveralls-url]
76
[![Dependency Status][david-image]][david-url]
87
[![License][license-image]][license-url]
98
[![Downloads][downloads-image]][downloads-url]
10-
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/RadValentin/postcss-prefix-selector)
9+
[![Gitpod ready-to-code][gitpod-image]][gitpod-url]
1110

1211
> Prefix every CSS selector with a custom namespace `.a => .prefix .a`
1312
@@ -134,8 +133,8 @@ This project uses Mocha. If you submit a PR, please add appropriate tests and ma
134133

135134
[MIT](LICENSE) © 2015-2019 Jonathan Ong.
136135

137-
[greenkeeper-image]: https://badges.greenkeeper.io/RadValentin/postcss-prefix-selector.svg
138-
[greenkeeper-url]: https://greenkeeper.io/
136+
[gitpod-image]: https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod
137+
[gitpod-url]: https://gitpod.io/#https://github.com/RadValentin/postcss-prefix-selector
139138
[npm-image]: https://img.shields.io/npm/v/postcss-prefix-selector.svg?style=flat-square
140139
[npm-url]: https://npmjs.org/package/postcss-prefix-selector
141140
[travis-image]: https://img.shields.io/travis/RadValentin/postcss-prefix-selector.svg?style=flat-square

0 commit comments

Comments
 (0)