JSPM

  • Created
  • Published
  • Downloads 34712344
  • Score
    100M100P100Q225117F
  • License MIT

CSSStyleDeclaration Object Model implementation

Package Exports

  • cssstyle
  • cssstyle/lib/CSSStyleDeclaration.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 class.

Background

This package is an extension of the CSSStyleDeclaration class in Nikita Vasilyev's CSSOM, with added support for modern specifications. 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.