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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user