Skip to content

Commit 461ede9

Browse files
committed
Update CSSStyleDeclaration.js
1 parent 1b372ad commit 461ede9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/CSSStyleDeclaration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const {
1111
handleFlex,
1212
handlePositionShorthand,
1313
handlePositionLonghand
14-
} = require("./handlers");
14+
} = require("./handlers/index");
1515
const { normalizeProperties, prepareProperties, shorthandProperties } = require("./normalize");
1616
const { hasVarFunc, parseCSS, parsePropertyValue, prepareValue } = require("./parsers");
1717
const { getCache, setCache } = require("./utils/cache");

0 commit comments

Comments
 (0)