mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Support {flood,lighting,stop,text-decoration}-color in geckolib.
This commit is contained in:
parent
174680f98c
commit
330c47f78e
4 changed files with 54 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
<%call expr="longhand(name, predefined_type=type, **kwargs)">
|
||||
#[allow(unused_imports)]
|
||||
use app_units::Au;
|
||||
use cssparser::{Color as CSSParserColor, RGBA};
|
||||
pub type SpecifiedValue = specified::${type};
|
||||
pub mod computed_value {
|
||||
pub use values::computed::${type} as T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue