Merge pull request #10575 from Arturlang/TGUIs_Nexties

[TESTMERGE] Properly working TGUI Next
This commit is contained in:
Ghom
2021-01-04 19:47:54 -03:00
committed by Archie
parent 7ed460e9fe
commit 291dcf9515
378 changed files with 40549 additions and 9150 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ export function css () {
s.opacity,
s.rgba({oldie: true}),
s.plsfilters({oldIE: true}),
s.fontweights
s.fontweights,
... f.min ? [s.cssnano()] : [],
]))
.pipe(g.bytediff.start())
.pipe(g.if(f.min, g.cssnano({autoprefixer: false})))
.pipe(g.if(f.debug, g.sourcemaps.write()))
.pipe(g.bytediff.stop())
.pipe(gulp.dest(f.dest))