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 343d410 commit 0ab5177Copy full SHA for 0ab5177
README.md
@@ -166,6 +166,9 @@ module.exports = function (ctx) {
166
167
## Changelog
168
169
+* 6.4.0
170
+ * Add more details to `PluginError` object
171
+
172
* 6.3.0
173
* Integrated with postcss-load-config
174
* Added a callback to configure postcss on per-file-basis
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gulp-postcss",
3
- "version": "6.3.0",
+ "version": "6.4.0",
4
"description": "PostCSS gulp plugin",
5
"main": "index.js",
6
"scripts": {
0 commit comments