diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 23a674151b4..f2344e3e807 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -54,8 +54,9 @@ pub use selectors::{PseudoElement, Before, After, SelectorList, parse_selector_l pub use selectors::{AttrSelector, NamespaceConstraint, SpecificNamespace, AnyNamespace}; pub use selectors::{SimpleSelector, LocalNameSelector}; pub use cssparser::{Color, RGBA}; -pub use legacy::{BorderUnsignedIntegerAttribute, IntegerAttribute, LengthAttribute}; -pub use legacy::{SizeIntegerAttribute, UnsignedIntegerAttribute, WidthLengthAttribute}; +pub use legacy::{BgColorSimpleColorAttribute, BorderUnsignedIntegerAttribute, IntegerAttribute}; +pub use legacy::{LengthAttribute, SimpleColorAttribute, SizeIntegerAttribute}; +pub use legacy::{UnsignedIntegerAttribute, WidthLengthAttribute}; pub use font_face::{Source, LocalSource, UrlSource_}; mod stylesheets; |