File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+ All notable changes to this project will be documented in this file.
3
+ This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
+
5
+ ## 1.2.1
6
+ * Fixed comments wrong ordering and added better tests for it.
7
+
8
+ ## 1.2.0
9
+ * Added ` empty-lines-between-children-rules ` option which set a number of empty lines between nested children rules. (thanks, @scalder27 ) #9
10
+
11
+ ## 1.1.0
12
+ * [ Sort prefixed properties] ( https://github.com/hudochenkov/postcss-sorting#prefixed-properties ) without explicit specifying in config.
13
+ * Support for SCSS files if [ postcss-scss] ( https://github.com/postcss/postcss-scss ) used for parsing.
14
+
15
+ ## 1.0.1
16
+ * Change .npmignore to not deliver unneeded files.
17
+
18
+ ## 1.0.0
19
+ * Initial release.
You can’t perform that action at this time.
0 commit comments