Skip to content

Commit c02bc17

Browse files
committed
Update README.md
reformat
1 parent 5ed3811 commit c02bc17

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ gulp.task('cssstats', function() {
3434
return gulp
3535
.src('app/_design/less/index.css')
3636
.pipe(
37-
postcss([
38-
cssstats(
39-
function(stats) {
40-
console.log(stats);
41-
}
42-
)
43-
])
44-
);
37+
postcss([
38+
cssstats(
39+
function(stats) {
40+
console.log(stats);
41+
}
42+
)
43+
])
44+
);
4545
});
4646
```
4747

0 commit comments

Comments
 (0)