diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 33862461aa9..aa855b8b55b 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -120,6 +120,8 @@ pub mod attr; pub mod author_styles; pub mod bezier; pub mod bloom; +#[path="properties/computed_value_flags.rs"] +pub mod computed_value_flags; pub mod context; pub mod counter_style; pub mod custom_properties; |