aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r--components/style/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs
index bd33dbeafe4..4d523d65c4f 100644
--- a/components/style/lib.rs
+++ b/components/style/lib.rs
@@ -188,6 +188,9 @@ pub use html5ever::Prefix;
#[cfg(feature = "servo")]
pub use servo_atoms::Atom;
+pub use style_traits::arc_slice::ArcSlice;
+pub use style_traits::owned_slice::OwnedSlice;
+
/// The CSS properties supported by the style system.
/// Generated from the properties.mako.rs template by build.rs
#[macro_use]