Skip to content

Commit 0ac0ab8

Browse files
committed
“style sheet” → “stylesheet”
1 parent b647a0d commit 0ac0ab8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This release completely incompatible with the previous API. There is a lot new o
100100
* Fixed a regression in 1.6.0. Sort order with item like `@include media` didn't found rules like `@include media(">=desk") {}`.
101101

102102
## 1.6.0
103-
* Add special comments to disable processing for some part in style sheet
103+
* Add special comments to disable processing for some part in stylesheet
104104
* Support custom properties as $variable #27
105105
* Fix an issue when there is a lot of comments in the end of a rule #24
106106
* At-rule parameter now supports parentheses. For example, `@include mwp(1)`. (thanks, @Redknife) #29

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[PostCSS] plugin to keep rules and at-rules content in order.
66

7-
Lint and autofix style sheets order with [stylelint-order].
7+
Lint and autofix stylesheet order with [stylelint-order].
88

99
## Features
1010

@@ -150,9 +150,9 @@ This plugin available as [Sublime Text], [Atom], [VS Code], and [Emacs] plugin.
150150

151151
## Related tools
152152

153-
[stylelint] and [stylelint-order] help lint style sheets and let you know if style sheet order is correct. Also, they could autofix style sheets.
153+
[stylelint] and [stylelint-order] help lint stylesheets and let you know if stylesheet order is correct. Also, they could autofix stylesheets.
154154

155-
I recommend [Prettier] for formatting style sheets.
155+
I recommend [Prettier] for formatting stylesheets.
156156

157157
[npm-version-img]: https://img.shields.io/npm/v/postcss-sorting.svg
158158
[npm-downloads-img]: https://img.shields.io/npm/dm/postcss-sorting.svg

0 commit comments

Comments
 (0)