@@ -68,9 +68,9 @@ fn parse_border_spacing(_context: &ParserContext, input: &mut Parser)
6868#![ recursion_limit = "200" ] // For color::parse_color_keyword
6969
7070pub use crate :: color:: {
71- hsl_to_rgb, hwb_to_rgb, parse_color_keyword, parse_color_with, parse_hash_color, AngleOrNumber ,
72- Color , ColorFunction , ColorParser , FromParsedColor , Hsl , Hwb , Lab , Lch , NumberOrPercentage ,
73- Oklab , Oklch , PredefinedColorSpace , RGBA ,
71+ hsl_to_rgb, hwb_to_rgb, parse_color_keyword, parse_color_with, parse_hash_color,
72+ serialize_color_alpha , AngleOrNumber , Color , ColorFunction , ColorParser , FromParsedColor , Hsl ,
73+ Hwb , Lab , Lch , NumberOrPercentage , Oklab , Oklch , PredefinedColorSpace , RGBA ,
7474} ;
7575pub use crate :: cow_rc_str:: CowRcStr ;
7676pub use crate :: from_bytes:: { stylesheet_encoding, EncodingSupport } ;
@@ -84,7 +84,7 @@ pub use crate::parser::{Delimiter, Delimiters, Parser, ParserInput, ParserState}
8484pub use crate :: rules_and_declarations:: { parse_important, parse_one_declaration} ;
8585pub use crate :: rules_and_declarations:: { parse_one_rule, StyleSheetParser } ;
8686pub use crate :: rules_and_declarations:: { AtRuleParser , QualifiedRuleParser } ;
87- pub use crate :: rules_and_declarations:: { RuleBodyParser , RuleBodyItemParser , DeclarationParser } ;
87+ pub use crate :: rules_and_declarations:: { DeclarationParser , RuleBodyItemParser , RuleBodyParser } ;
8888pub use crate :: serializer:: { serialize_identifier, serialize_name, serialize_string} ;
8989pub use crate :: serializer:: { CssStringWriter , ToCss , TokenSerializationType } ;
9090pub use crate :: tokenizer:: { SourceLocation , SourcePosition , Token } ;
0 commit comments