Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 6f6ab78

Browse files
chore: Update readme
1 parent 4feb484 commit 6f6ab78

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PostCSS Sort Alphabetically [![Build Status][ci-img]][ci]
1+
# PostCSS Sort Alphabetically [![Build Status](https://travis-ci.org/mycsHQ/postcss-sort-alphabetically.svg?branch=master)](https://travis-ci.org/mycsHQ/postcss-sort-alphabetically) [![semantic-versioning](https://img.shields.io/badge/semantic%20-versioning-green.svg)]()
22

33
[PostCSS] plugin which sorts css properties alphabetically.
44

55
[PostCSS]: https://github.com/postcss/postcss
6-
[ci-img]: https://travis-ci.org/AvraamMavridis/postcss-sort-alphabetically.svg
7-
[ci]: https://travis-ci.org/AvraamMavridis/postcss-sort-alphabetically
6+
7+
88

99
```css
1010
/* Input example */
@@ -59,3 +59,9 @@ postcss([ require('postcss-sort-alphabetically') ])
5959
```
6060

6161
See [PostCSS] docs for examples for your environment.
62+
63+
## Contributing
64+
[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
65+
66+
Feel free to open issues, make suggestions or send PRs.
67+
This project adheres to the Contributor Covenant [code of conduct](http://contributor-covenant.org/). By participating, you are expected to uphold this code.

0 commit comments

Comments
 (0)