Optimize CSS Assets safe = true (#1901)

Related: https://github.com/roots/sage/pull/1610#issuecomment-182969178
oh word!
This commit is contained in:
Julien Melissas
2017-06-06 16:15:34 -04:00
committed by QWp6t
parent c21df9965f
commit c304c3041d

View File

@@ -14,6 +14,7 @@ module.exports = {
cssProcessorOptions: {
discardComments: { removeAll: true },
autoprefixer: {},
safe: true,
},
canPrint: true,
}),