fixes: U4-10413 Composition/Reorder bar gets in the way when editing or adding a property

This commit is contained in:
Mads Rasmussen
2017-09-14 11:04:34 +02:00
parent 9355a81716
commit 9c2b0a3ef6
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ function processLess(files, out) {
var processors = [
autoprefixer,
cssnano
cssnano({zindex: false}),
];
return gulp.src(files)