Skip to content

Commit

Permalink
Merge pull request #333 from nmendrila/cssnano-bug
Browse files Browse the repository at this point in the history
Adds parameters to the cssnano() function call in the gulpfile
  • Loading branch information
Jeremy Englert committed Oct 14, 2018
2 parents 6cf4bb2 + befa3ef commit db0db23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -122,7 +122,7 @@ gulp.task('styles', function() {
],
cascade: false
}))
.pipe(plugin.cssnano())
.pipe(plugin.cssnano({safe: true, minifyFontValues: {removeQuotes: false}}))
.pipe(plugin.sourcemaps.write('.'))
.pipe(gulp.dest(ASSETS.styles))
.pipe(browserSync.reload({
Expand Down

0 comments on commit db0db23

Please sign in to comment.