https://github.com/jsdom/cssstyle
A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
https://github.com/jsdom/cssstyle
css cssom cssstyledeclaration jsdom
Last synced: 15 days ago
JSON representation
A Node.js implementation of the CSS Object Model CSSStyleDeclaration interface
- Host: GitHub
- URL: https://github.com/jsdom/cssstyle
- Owner: jsdom
- License: mit
- Created: 2012-07-11T03:51:46.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2026-02-22T05:07:14.000Z (16 days ago)
- Last Synced: 2026-02-22T11:55:07.865Z (16 days ago)
- Topics: css, cssom, cssstyledeclaration, jsdom
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 128
- Watchers: 7
- Forks: 78
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSSStyleDeclaration
A Node.js implementation of the CSS Object Model [`CSSStyleDeclaration` class](https://drafts.csswg.org/cssom/#the-cssstyledeclaration-interface).
## Background
This package is an extension of the `CSSStyleDeclaration` class in Nikita Vasilyev's [CSSOM](https://github.com/NV/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.