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 768f4f6 commit e133488Copy full SHA for e133488
README.md
@@ -70,6 +70,10 @@ return gulp.src('./src/*.css')
70
71
## Changelog
72
73
+* 5.1.4
74
+ * Simplified error handling
75
+ * Simplified postcss execution with object processors
76
+
77
* 5.1.3 Updated travis banner
78
79
* 5.1.2 Transferred repo into postcss org on github
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "5.1.3",
+ "version": "5.1.4",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
0 commit comments