Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit ba7d5aa

Browse files
author
Robert Pritzkow
committed
enable css-nano safe mode
1 parent ba6415a commit ba7d5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/gulp/tasks/styles.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ module.exports = function(settings, plugins, config) {
5555
minifyGradients: true,
5656
uniqueSelectors: true,
5757
zindex: false,
58+
safe: true,
5859
},
5960
];
6061
return runner('cssnano', defaults, settings, plugins);

0 commit comments

Comments
 (0)