Skip to content

Commit 5aec726

Browse files
asamuzaKdomenic
authored andcommitted
Export parsePropertyValue
1 parent 7d19075 commit 5aec726

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
const { CSSStyleDeclaration } = require("./CSSStyleDeclaration");
44
const propertyDefinitions = require("./generated/propertyDefinitions");
5+
const { parsePropertyValue } = require("./parsers");
56

67
module.exports = {
78
CSSStyleDeclaration,
9+
parsePropertyValue,
810
propertyDefinitions
911
};

0 commit comments

Comments
 (0)