We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5093bb commit 9b4dca8Copy full SHA for 9b4dca8
README.md
@@ -103,6 +103,7 @@ grunt.initConfig({
103
104
## Release History
105
106
++ v4.0.0: Update csscomb.js to v4; update dependencies.
107
+ v3.1.1: Update grunt version.
108
+ v3.0.0: Update csscomb.js to v3.0 but `grunt-csscomb` API doesn't change.
109
+ v2.0.1: Stop searching config if we reach root directory.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "grunt-csscomb",
3
"description": "The grunt plugin for sorting CSS properties in specific order.",
4
- "version": "3.1.1",
+ "version": "4.0.0",
5
"homepage": "https://github.com/csscomb/grunt-csscomb",
6
"author": [
7
0 commit comments