mirror of
https://github.com/Xevion/old.xevion.github.io.git
synced 2025-12-08 22:07:48 -06:00
did it hell yeah
This commit is contained in:
@@ -13,9 +13,10 @@ module.exports = gulp => {
|
|||||||
includePaths: ['scss'],
|
includePaths: ['scss'],
|
||||||
outputStyle: 'expanded'
|
outputStyle: 'expanded'
|
||||||
}))
|
}))
|
||||||
.pipe(prefix(['last 15 versions', '> 1%', 'ie 8', 'ie 7'], {cascade: true}))
|
.pipe(prefix(['last 15 versions'], {cascade: true}))
|
||||||
.pipe(cleanCSS({compatibility: 'ie8'}))
|
.pipe(cleanCSS({compatibility: 'ie8'}))
|
||||||
.pipe(gulp.dest( destPath ))
|
.pipe(gulp.dest( destPath ))
|
||||||
.pipe(gulp.dest('css'));
|
.pipe(gulp.dest('css'));
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user