mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add stylo FFI for CSSStyleRule
This commit is contained in:
parent
9d4ab0d3e9
commit
a9296bc89c
4 changed files with 50 additions and 4 deletions
|
@ -335,7 +335,8 @@ COMPILATION_TARGETS = {
|
|||
"ServoComputedValues",
|
||||
"ServoCssRules",
|
||||
"RawServoStyleSheet",
|
||||
"RawServoDeclarationBlock"
|
||||
"RawServoDeclarationBlock",
|
||||
"RawServoStyleRule",
|
||||
],
|
||||
"servo_owned_types": [
|
||||
"RawServoStyleSet",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue