Package Exports
- cssstyle
- cssstyle/lib/CSSStyleDeclaration.js
- cssstyle/lib/allProperties
- cssstyle/lib/allProperties.js
- cssstyle/lib/parsers
- cssstyle/lib/parsers.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (cssstyle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
CSSStyleDeclaration
A Node JS implementation of the CSS Object Model CSSStyleDeclaration interface.
Background
This package is an extension of the CSSStyleDeclaration class in Nikita Vasilyev's CSSOM with added support for CSS 2 & 3 properties. The primary use case is for testing browser code in a Node environment.
It was originally created by Chad Walker, it is now maintained by the jsdom community.
Bug reports and pull requests are welcome.