We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4251b9c commit 69a713bCopy full SHA for 69a713b
css/global.css
@@ -1,5 +1,4 @@
1
@import url("@oddbird/popover-polyfill/dist/popover.css");
2
-@import url("open-props");
3
@import url("open-props/normalize.min.css");
4
@import url("open-props/media.min.css");
5
postcss.config.js
@@ -6,7 +6,7 @@ const postcssJitProps = require("postcss-jit-props")
6
const OpenProps = require("open-props")
7
module.exports = {
8
plugins: [
9
- // postcssJitProps(OpenProps),
+ postcssJitProps(OpenProps),
10
postcssImport(),
11
postcssPresetEnv({
12
stage: 0,
0 commit comments