Skip to content

Commit 094656d

Browse files
committed
Release 1.6.0
1 parent 59db0c1 commit 094656d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.6.0
6+
* Add special comments to disable processing for some part in style sheet
7+
* Support custom properties as $variable #27
8+
* Fix an issue when there is a lot of comments in the end of a rule #24
9+
* At-rule parameter now supports parentheses. For example, `@include mwp(1)`. (thanks, @Redknife) #29
10+
511
## 1.5.0
612
* Add `empty-lines-before-comment` and `empty-lines-after-comment`, which add empty lines before and after a comment or a group of comments.
713

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-sorting",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "PostCSS plugin to sort rules content with specified order.",
55
"keywords": [
66
"postcss",

0 commit comments

Comments
 (0)