mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add parsing/serialization for repeat() function
This commit is contained in:
parent
d3e394c68a
commit
81b4e64dfc
2 changed files with 143 additions and 2 deletions
|
@ -74,6 +74,7 @@ macro_rules! impl_to_css_for_predefined_type {
|
|||
|
||||
impl_to_css_for_predefined_type!(f32);
|
||||
impl_to_css_for_predefined_type!(i32);
|
||||
impl_to_css_for_predefined_type!(u16);
|
||||
impl_to_css_for_predefined_type!(u32);
|
||||
impl_to_css_for_predefined_type!(::cssparser::Token<'a>);
|
||||
impl_to_css_for_predefined_type!(::cssparser::RGBA);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue