diff options
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index 2c88995d521..d28ba62b112 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -50,9 +50,9 @@ pub use properties::{CSSFloat, DeclaredValue, PropertyDeclarationParseResult}; pub use properties::{Angle, AngleOrCorner, AngleAoc, CornerAoc}; pub use properties::{Left, Right, Bottom, Top}; pub use node::{TElement, TElementAttributes, TNode}; -pub use selectors::{PseudoElement, Before, After, SelectorList, parse_selector_list_from_str}; +pub use selectors::{PseudoElement, Before, After, ParserContext, SelectorList}; pub use selectors::{AttrSelector, NamespaceConstraint, SpecificNamespace, AnyNamespace}; -pub use selectors::{SimpleSelector, LocalNameSelector}; +pub use selectors::{SimpleSelector, LocalNameSelector, parse_selector_list_from_str}; pub use cssparser::{Color, RGBA}; pub use legacy::{BgColorSimpleColorAttribute, BorderUnsignedIntegerAttribute}; pub use legacy::{ColSpanUnsignedIntegerAttribute, IntegerAttribute, LengthAttribute}; |