mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement parsing of an @viewport rule
This commit is contained in:
parent
c303e9dcd5
commit
3b14c07051
7 changed files with 557 additions and 16 deletions
|
@ -50,6 +50,7 @@ pub mod media_queries;
|
|||
pub mod font_face;
|
||||
pub mod legacy;
|
||||
pub mod animation;
|
||||
pub mod viewport;
|
||||
|
||||
macro_rules! reexport_computed_values {
|
||||
( $( $name: ident )+ ) => {
|
||||
|
@ -63,4 +64,3 @@ macro_rules! reexport_computed_values {
|
|||
}
|
||||
}
|
||||
longhand_properties_idents!(reexport_computed_values);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue