Skip to content

Commit 69a713b

Browse files
committed
enable postcss-jit-props
1 parent 4251b9c commit 69a713b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

css/global.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import url("@oddbird/popover-polyfill/dist/popover.css");
2-
@import url("open-props");
32
@import url("open-props/normalize.min.css");
43
@import url("open-props/media.min.css");
54

postcss.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const postcssJitProps = require("postcss-jit-props")
66
const OpenProps = require("open-props")
77
module.exports = {
88
plugins: [
9-
// postcssJitProps(OpenProps),
9+
postcssJitProps(OpenProps),
1010
postcssImport(),
1111
postcssPresetEnv({
1212
stage: 0,

0 commit comments

Comments
 (0)