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 faf3be4 commit 1245750Copy full SHA for 1245750
README.md
@@ -70,6 +70,9 @@ return gulp.src('./src/*.css')
70
71
## Changelog
72
73
+* 5.1.1
74
+ * Allow override of `to` option
75
+
76
* 5.1.0 PostCSS Runner Guidelines
77
* Set `from` and `to` processing options
78
* Don't output js stack trace for `CssSyntaxError`
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "5.1.0",
+ "version": "5.1.1",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
0 commit comments