fixes: U4-10413 Composition/Reorder bar gets in the way when editing or adding a property
This commit is contained in:
@@ -41,7 +41,7 @@ function processLess(files, out) {
|
||||
|
||||
var processors = [
|
||||
autoprefixer,
|
||||
cssnano
|
||||
cssnano({zindex: false}),
|
||||
];
|
||||
|
||||
return gulp.src(files)
|
||||
|
||||
Reference in New Issue
Block a user