1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 04:20:32 +02:00

[ticket/16414] update pkg.json & gulpjs deps

PHPBB3-16414
This commit is contained in:
hanakin
2020-03-24 09:56:53 -10:00
parent eae537ab14
commit 907ed34d51
2 changed files with 43 additions and 14 deletions

View File

@@ -19,15 +19,10 @@ const build = {
css: './phpBB/styles/prosilver/theme/',
};
const AUTOPREFIXER_BROWSERS = [
'> 1%',
'last 2 versions'
];
gulp.task('css', () => {
const css = gulp
.src(build.css + '*.css')
.pipe(autoprefixer(AUTOPREFIXER_BROWSERS))
.pipe(autoprefixer())
.pipe(
postcss([
sorting(sortOrder)