File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ module.exports = function (processors, options) {
2323 // Source map is disabled by default
2424 var opts = { map : false }
2525 var attr
26- var processor = postcss ( )
2726
2827 // Extend default options
2928 if ( options ) {
@@ -42,8 +41,7 @@ module.exports = function (processors, options) {
4241 opts . map = { annotation : false }
4342 }
4443
45- processors . forEach ( processor . use . bind ( processor ) )
46- processor
44+ postcss ( processors )
4745 . process ( file . contents , opts )
4846 . then ( handleResult , handleError )
4947
Original file line number Diff line number Diff line change 2424 "homepage" : " https://github.com/postcss/gulp-postcss" ,
2525 "dependencies" : {
2626 "gulp-util" : " ^3.0.4" ,
27- "postcss" : " ^4.1.7 " ,
27+ "postcss" : " ^4.1.8 " ,
2828 "vinyl-sourcemaps-apply" : " ^0.1.4"
2929 },
3030 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments