mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Add parsing for <general-enclosed> in queries conditions
See https://drafts.csswg.org/mediaqueries-5/#typedef-general-enclosed Differential Revision: https://phabricator.services.mozilla.com/D158662
This commit is contained in:
parent
a298c296e4
commit
bee44a5259
7 changed files with 164 additions and 30 deletions
|
@ -7,7 +7,7 @@
|
|||
//! [mq]: https://drafts.csswg.org/mediaqueries/
|
||||
//! [cq]: https://drafts.csswg.org/css-contain-3/#container-rule
|
||||
|
||||
mod condition;
|
||||
pub mod condition;
|
||||
|
||||
#[macro_use]
|
||||
pub mod feature;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue