You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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]
2
2
3
3
[PostCSS] plugin to keep rules and at-rules content in order.
4
4
@@ -44,7 +44,7 @@ a {
44
44
45
45
## Ignored at-rules
46
46
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.
48
48
49
49
## Migration from `2.x`
50
50
@@ -189,14 +189,12 @@ For more information and options, please consult the [postcss-cli docs](https://
189
189
190
190
[stylelint] and [stylelint-order] help lint style sheets and let you know if style sheet order is correct. Also, they could autofix style sheets.
191
191
192
-
Other style sheet formatting tools are [Prettier], [perfectionist], [scssfmt].
192
+
I recommend [Prettier] for formatting style sheets.
0 commit comments