mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add parsing of CSS Custom Properties.
This commit is contained in:
parent
b7c88dd547
commit
09e60beb78
3 changed files with 175 additions and 10 deletions
|
@ -43,6 +43,7 @@ extern crate num;
|
|||
extern crate util;
|
||||
|
||||
|
||||
mod custom_properties;
|
||||
pub mod stylesheets;
|
||||
pub mod parser;
|
||||
pub mod selector_matching;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue