diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index a696b882d43..951a32cd3ce 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -50,7 +50,7 @@ pub mod animation; pub mod attr; pub mod bezier; pub mod context; -mod custom_properties; +pub mod custom_properties; pub mod data; pub mod dom; pub mod element_state; |