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 5ed3811 commit c02bc17Copy full SHA for c02bc17
README.md
@@ -34,14 +34,14 @@ gulp.task('cssstats', function() {
34
return gulp
35
.src('app/_design/less/index.css')
36
.pipe(
37
- postcss([
38
- cssstats(
39
- function(stats) {
40
- console.log(stats);
41
- }
42
- )
43
- ])
44
- );
+ postcss([
+ cssstats(
+ function(stats) {
+ console.log(stats);
+ }
+ )
+ ])
+ );
45
});
46
```
47
0 commit comments