Skip to content

Commit e2638af

Browse files
committed
Add badges to readme
1 parent 0abac6e commit e2638af

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PostCSS Sorting [![Build Status][ci-img]][ci]
1+
# PostCSS Sorting [![Build Status][ci-img]][ci] [![npm version][npm-version-img]][npm] [![npm downloads last month][npm-downloads-img]][npm] [![Dependency status][dependencies-img]][dependencies-status]
22

33
[PostCSS] plugin to keep rules and at-rules content in order.
44

@@ -240,9 +240,15 @@ If you want format style sheets, use [perfectionist] or [stylefmt], also a PostC
240240

241241
This plugin is heavily inspired by [stylelint]. Some code logic, tests, and documentation parts are taken from this tool.
242242

243-
[PostCSS]: https://github.com/postcss/postcss
244243
[ci-img]: https://travis-ci.org/hudochenkov/postcss-sorting.svg
245244
[ci]: https://travis-ci.org/hudochenkov/postcss-sorting
245+
[npm-version-img]: https://img.shields.io/npm/v/postcss-sorting.svg
246+
[npm-downloads-img]: https://img.shields.io/npm/dm/postcss-sorting.svg
247+
[dependencies-img]: https://img.shields.io/gemnasium/hudochenkov/postcss-sorting.svg
248+
[dependencies-status]: https://gemnasium.com/github.com/hudochenkov/postcss-sorting
249+
[npm]: https://www.npmjs.com/package/postcss-sorting
250+
251+
[PostCSS]: https://github.com/postcss/postcss
246252
[Sublime Text plugin]: https://github.com/hudochenkov/sublime-postcss-sorting
247253
[Atom plugin]: https://github.com/lysyi3m/atom-postcss-sorting
248254
[VS Code plugin]: https://github.com/mrmlnc/vscode-postcss-sorting

0 commit comments

Comments
 (0)