@@ -68,9 +68,9 @@ fn parse_border_spacing(_context: &ParserContext, input: &mut Parser)
68
68
#![ recursion_limit = "200" ] // For color::parse_color_keyword
69
69
70
70
pub 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 ,
74
74
} ;
75
75
pub use crate :: cow_rc_str:: CowRcStr ;
76
76
pub use crate :: from_bytes:: { stylesheet_encoding, EncodingSupport } ;
@@ -84,7 +84,7 @@ pub use crate::parser::{Delimiter, Delimiters, Parser, ParserInput, ParserState}
84
84
pub use crate :: rules_and_declarations:: { parse_important, parse_one_declaration} ;
85
85
pub use crate :: rules_and_declarations:: { parse_one_rule, StyleSheetParser } ;
86
86
pub 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 } ;
88
88
pub use crate :: serializer:: { serialize_identifier, serialize_name, serialize_string} ;
89
89
pub use crate :: serializer:: { CssStringWriter , ToCss , TokenSerializationType } ;
90
90
pub use crate :: tokenizer:: { SourceLocation , SourcePosition , Token } ;
0 commit comments