UNPKG

cssstyle

Version:

An implementation of the CSSStyleDeclaration class from the CSS Object Model specification

12 lines (9 loc) 296 B
"use strict"; const { CSSStyleDeclaration } = require("./CSSStyleDeclaration"); const propertyDefinitions = require("./generated/propertyDefinitions"); const { parsePropertyValue } = require("./parsers"); module.exports = { CSSStyleDeclaration, parsePropertyValue, propertyDefinitions };