mirror of
https://github.com/servo/servo.git
synced 2025-10-04 10:39:16 +01:00
style: Add support for parsing container-query-specific features
There are some mediaqueries-5 features that we still don't support and explain the remaining failures in at-container-{parsing,serialization}. Differential Revision: https://phabricator.services.mozilla.com/D144446
This commit is contained in:
parent
989f8d89c4
commit
1003d644aa
16 changed files with 205 additions and 79 deletions
|
@ -12,6 +12,7 @@ mod condition;
|
|||
#[macro_use]
|
||||
pub mod feature;
|
||||
pub mod feature_expression;
|
||||
pub mod values;
|
||||
|
||||
pub use self::condition::QueryCondition;
|
||||
pub use self::feature_expression::QueryFeatureExpression;
|
||||
pub use self::feature_expression::{QueryFeatureExpression, FeatureType};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue