File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,8 @@ return gulp.src('./src/*.css')
107107
108108## Advanced usage
109109
110- If you want to configure per file basis, you can pass a callback that
111- receives [ vinyl file object] ( https://github.com/gulpjs/vinyl ) and returns
110+ If you want to configure postcss on per-file- basis, you can pass a callback
111+ that receives [ vinyl file object] ( https://github.com/gulpjs/vinyl ) and returns
112112` { plugins: plugins, options: options } ` . For example, when you need to
113113parse different extensions differntly:
114114
@@ -166,6 +166,11 @@ module.exports = function (ctx) {
166166
167167## Changelog
168168
169+ * 6.3.0
170+ * Integrated with postcss-load-config
171+ * Added a callback to configure postcss on per-file-basis
172+ * Dropped node 0.10 support
173+
169174* 6.2.0
170175 * Fix syntax error message for PostCSS 5.2 compatibility
171176
Original file line number Diff line number Diff line change 11{
22 "name" : " gulp-postcss" ,
3- "version" : " 6.2 .0" ,
3+ "version" : " 6.3 .0" ,
44 "description" : " PostCSS gulp plugin" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments