Optimize CSS Assets safe = true (#1901)
Related: https://github.com/roots/sage/pull/1610#issuecomment-182969178 oh word!
This commit is contained in:
@@ -14,6 +14,7 @@ module.exports = {
|
|||||||
cssProcessorOptions: {
|
cssProcessorOptions: {
|
||||||
discardComments: { removeAll: true },
|
discardComments: { removeAll: true },
|
||||||
autoprefixer: {},
|
autoprefixer: {},
|
||||||
|
safe: true,
|
||||||
},
|
},
|
||||||
canPrint: true,
|
canPrint: true,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user