Commit f9d21e8 1 parent b6d95bd commit f9d21e8 Copy full SHA for f9d21e8
File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## 0.4.1
6
+ * Fixed ` properties-order ` bug, when non-standard declaration is following after a standard one
7
+
5
8
## 0.4.0
6
9
* Removed ` declaration-block-properties-specified-order ` . Instead use ` properties-order ` rule.
7
10
* Removed ` declaration-block-property-groups-structure ` . Instead use ` properties-order ` rule.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " stylelint-order" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " A collection of order related linting rules for stylelint." ,
5
5
"keywords" : [
6
6
" stylelint-plugin" ,
You can’t perform that action at this time.
0 commit comments