-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement CSSStyleSheet
API
#13898
Comments
A Built-In CSS Parser/Generator would be 10/10 |
https://github.com/servo/rust-cssparser |
Maybe could use prior work by @littledivy https://github.com/deno-front-end/css-parser There's a branch with port to servo WIP |
To toss another related project into your field of view, there's https://github.com/parcel-bundler/parcel-css as well 👍 |
Parcel CSS uses rust-cssparser under the hood, and provides parsing/serializing support for all rules/properties on top. I've been meaning to implement CSSOM. All the pieces are there, just need to put them together. Would be cool to collaborate with Deno on that! |
Any updates on this? |
It would be awesome to be able to use
CSSStyleSheet
server side to easily manipulate and generate style sheets using the same API as the browser.https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet
https://andreubotella.com/csswg-auto-build/cssom-1/
The text was updated successfully, but these errors were encountered: