Skip to content

Commit

Permalink
Merge pull request sass#184 from B-Scan/patch-1
Browse files Browse the repository at this point in the history
Added missing parenthesis to README.md
  • Loading branch information
dlmanning committed Feb 14, 2015
2 parents 314ce5c + e30b512 commit ec61ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gulp.src('./scss/*.scss')
.pipe(sourcemaps.init())
.pipe(sass())
.pipe(sourcemaps.write())
.pipe(gulp.dest('./css');
.pipe(gulp.dest('./css'));

// will write the source maps inline in the compiled CSS files
```
Expand Down

0 comments on commit ec61ffb

Please sign in to comment.