mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
The Servo Browser Engine
.gitignore | ||
configure | ||
errors.rs | ||
LICENSE | ||
Makefile.in | ||
media_queries.rs | ||
namespaces.rs | ||
properties.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).