mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
The Servo Browser Engine
properties | ||
.gitignore | ||
configure | ||
errors.rs | ||
LICENSE | ||
Makefile.in | ||
media_queries.rs | ||
namespaces.rs | ||
parsing_utils.rs | ||
README.md | ||
selectors.rs | ||
servo-style.rc | ||
stylesheets.rs |
servo-style
Prototype replacement style system for Servo, based on rust-cssparser instead of NetSurf’s libcss.
This is meant to go into Servo’s src/components/script/style
directory,
but is maintained here for now because it requires at least
Rust ecfc9a8 (2013-08-12).