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 06c6b47 commit 23254b9Copy full SHA for 23254b9
1 file changed
lib/index.js
@@ -2,8 +2,10 @@
2
3
const { CSSStyleDeclaration } = require("./CSSStyleDeclaration");
4
const propertyDefinitions = require("./generated/propertyDefinitions");
5
+const { parsePropertyValue } = require("./parsers");
6
7
module.exports = {
8
CSSStyleDeclaration,
9
+ parsePropertyValue,
10
propertyDefinitions
11
};
0 commit comments