mirror of
https://github.com/servo/servo.git
synced 2025-10-02 09:39:14 +01:00
Stylo: Bug 1355408 - add support for @-moz-document
This commit is contained in:
parent
9c9bd17871
commit
b22e0e9494
12 changed files with 338 additions and 24 deletions
|
@ -20,6 +20,7 @@ cssparser = "0.13"
|
|||
env_logger = {version = "0.4", default-features = false} # disable `regex` to reduce code size
|
||||
libc = "0.2"
|
||||
log = {version = "0.3.5", features = ["release_max_level_info"]}
|
||||
nsstring_vendor = {path = "../../components/style/gecko_bindings/nsstring_vendor"}
|
||||
parking_lot = "0.3"
|
||||
selectors = {path = "../../components/selectors"}
|
||||
style = {path = "../../components/style", features = ["gecko"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue