mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: [css-properties-values-api] Parsing and serialization for @property syntax descriptor
Based off of @emilio's syntax parser at <https://github.com/emilio/css-typed-om-syntax>. Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io> Differential Revision: https://phabricator.services.mozilla.com/D178268
This commit is contained in:
parent
8823b63513
commit
87ce7045ef
13 changed files with 522 additions and 14 deletions
|
@ -107,6 +107,7 @@ pub mod media_queries;
|
|||
pub mod parallel;
|
||||
pub mod parser;
|
||||
pub mod piecewise_linear;
|
||||
pub mod properties_and_values;
|
||||
#[macro_use]
|
||||
pub mod queries;
|
||||
pub mod rule_cache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue