Skip to content

Commit af0d0b9

Browse files
committed
Docs: Update JS deps
1 parent 98d802a commit af0d0b9

6 files changed

Lines changed: 189 additions & 203 deletions

File tree

docs/theme/assets/coloraide-extras/extra-9834ec5592.css renamed to docs/theme/assets/coloraide-extras/extra-92fa243b5d.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/theme/assets/coloraide-extras/extra-9834ec5592.css.map renamed to docs/theme/assets/coloraide-extras/extra-92fa243b5d.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.babel.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ import gulpSass from "gulp-sass"
1111
import * as sassCompiler from "sass"
1212
import postcss from "gulp-postcss"
1313
import scss from "postcss-scss"
14+
import sortCssMq from 'postcss-sort-media-queries'
1415
import autoprefixer from "autoprefixer"
1516
import childProcess from "child_process"
1617
import gulpif from "gulp-if"
1718
import concat from "gulp-concat"
18-
import mqpacker from "css-mqpacker"
1919
import terser from '@rollup/plugin-terser'
2020
import {rollup} from "rollup"
2121
import {babel as rollupBabel, getBabelOutputPlugin} from "@rollup/plugin-babel"
@@ -172,7 +172,8 @@ gulp.task("scss:build:sass", () => {
172172
encode: false
173173
}
174174
),
175-
mqpacker,
175+
sortCssMq(
176+
),
176177
autoprefixer
177178
].filter(t => t)
178179

0 commit comments

Comments
 (0)