Skip to content

Commit 9bc7d00

Browse files
committed
Use new object shortcut from PostCSS 2.2.2
1 parent df07997 commit 9bc7d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ var csswring = require('csswring')
1414

1515
gulp.task('css', function () {
1616
var processors = [
17-
autoprefixer('last 1 version').postcss,
18-
mqpacker.processor,
19-
csswring.postcss
17+
autoprefixer('last 1 version'),
18+
mqpacker,
19+
csswring
2020
];
2121
return gulp.src('./src/*.css')
2222
.pipe(postcss(processors))

0 commit comments

Comments
 (0)