Skip to content

Commit 2ecc67f

Browse files
committed
Update readme
1 parent ea4c772 commit 2ecc67f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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]
1+
# PostCSS Sorting [![Build Status][ci-img]][ci] [![npm version][npm-version-img]][npm] [![npm downloads last month][npm-downloads-img]][npm]
22

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

@@ -44,7 +44,7 @@ a {
4444

4545
## Ignored at-rules
4646

47-
Some at-rules, like [control](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#control_directives__expressions) and [function](http://sass-lang.com/documentation/file.SASS_REFERENCE.html#function_directives) directives in Sass, are ignored. It means rules won't touch content inside these at-rules, as doing so could change or break functionality.
47+
Some at-rules, like [control](https://sass-lang.com/documentation/file.SASS_REFERENCE.html#control_directives__expressions) and [function](https://sass-lang.com/documentation/file.SASS_REFERENCE.html#function_directives) directives in Sass, are ignored. It means rules won't touch content inside these at-rules, as doing so could change or break functionality.
4848

4949
## Migration from `2.x`
5050

@@ -189,14 +189,12 @@ For more information and options, please consult the [postcss-cli docs](https://
189189

190190
[stylelint] and [stylelint-order] help lint style sheets and let you know if style sheet order is correct. Also, they could autofix style sheets.
191191

192-
Other style sheet formatting tools are [Prettier], [perfectionist], [scssfmt].
192+
I recommend [Prettier] for formatting style sheets.
193193

194194
[ci-img]: https://travis-ci.org/hudochenkov/postcss-sorting.svg
195195
[ci]: https://travis-ci.org/hudochenkov/postcss-sorting
196196
[npm-version-img]: https://img.shields.io/npm/v/postcss-sorting.svg
197197
[npm-downloads-img]: https://img.shields.io/npm/dm/postcss-sorting.svg
198-
[dependencies-img]: https://img.shields.io/gemnasium/hudochenkov/postcss-sorting.svg
199-
[dependencies-status]: https://gemnasium.com/github.com/hudochenkov/postcss-sorting
200198
[npm]: https://www.npmjs.com/package/postcss-sorting
201199

202200
[PostCSS]: https://github.com/postcss/postcss
@@ -209,8 +207,6 @@ Other style sheet formatting tools are [Prettier], [perfectionist], [scssfmt].
209207
[Grunt PostCSS]: https://github.com/nDmitry/grunt-postcss
210208
[PreCSS]: https://github.com/jonathantneal/precss
211209
[postcss-scss]: https://github.com/postcss/postcss-scss
212-
[perfectionist]: https://github.com/ben-eb/perfectionist
213-
[scssfmt]: https://github.com/morishitter/scssfmt
214-
[Prettier]: https://github.com/prettier/prettier
210+
[Prettier]: https://prettier.io/
215211
[stylelint]: https://stylelint.io/
216212
[stylelint-order]: https://github.com/hudochenkov/stylelint-order

0 commit comments

Comments
 (0)