We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a23817 commit 2cdf9a8Copy full SHA for 2cdf9a8
README.md
@@ -90,6 +90,9 @@ return gulp.src('./src/*.css')
90
91
## Changelog
92
93
+* 6.2.0
94
+ * Fix syntax error message for PostCSS 5.2 compatibility
95
+
96
* 6.1.1
97
* Fixed the error output
98
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "6.1.1",
+ "version": "6.2.0",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
0 commit comments