Skip to content

Commit 9470790

Browse files
authored
Merge branch 'argyleink:main' into reduced-motion
2 parents 0dd1ec8 + 06bb882 commit 9470790

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docsite/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -1044,13 +1044,13 @@ <h6>Props from CSS</h6>
10441044
<pre class="language-js"><code>
10451045
// postcss.config.js
10461046
const postcssJitProps = require('postcss-jit-props');
1047-
const OpenProps = require('open-props');
1048-
1047+
const path = require('path');
1048+
10491049
module.exports = {
10501050
plugins: [
10511051
postcssJitProps({
10521052
files: [
1053-
require('open-props/open-props.min.css'),
1053+
path.resolve(__dirname, 'node_modules/open-props/open-props.min.css'),
10541054
]
10551055
}),
10561056
]

0 commit comments

Comments
 (0)