mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-31 00:49:14 +01:00
Merge pull request #10575 from Arturlang/TGUIs_Nexties
[TESTMERGE] Properly working TGUI Next
This commit is contained in:
+2
-2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user