Skip to content

Commit a77613c

Browse files
committed
Use our own variant of postcss-hover-media-feature
1 parent b6e5a28 commit a77613c

3 files changed

Lines changed: 20 additions & 19 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@ckeditor/ckeditor5-inspector": "^4.1.0",
4040
"css-loader": "^7.1.2",
4141
"mini-css-extract-plugin": "^2.9.2",
42-
"postcss-hover-media-feature": "^1.0.2",
42+
"@woltlab/postcss-hover-media-feature": "git+https://github.com/WoltLab/postcss-hover-media-feature.git#0e7f5f68efb093a6b98b62964637d8bdac9142de",
4343
"postcss-loader": "^8.1.1",
4444
"prettier": "^3.5.3",
4545
"raw-loader": "^4.0.2",
@@ -49,4 +49,4 @@
4949
"webpack": "^5.98.0",
5050
"webpack-cli": "^6.0.1"
5151
}
52-
}
52+
}

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = (_env, argv) => {
1616
},
1717
minify: true,
1818
});
19-
postcssOptions.plugins.push(require("postcss-hover-media-feature"));
19+
postcssOptions.plugins.push(require("@woltlab/postcss-hover-media-feature"));
2020

2121
const config = {
2222
// https://webpack.js.org/configuration/entry-context/

0 commit comments

Comments
 (0)