Skip to content

Commit 4d4fddd

Browse files
committed
Add color() functions to public interface.
1 parent 5bd00be commit 4d4fddd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ fn parse_border_spacing(_context: &ParserContext, input: &mut Parser)
6969

7070
pub use crate::color::{
7171
hsl_to_rgb, hwb_to_rgb, parse_color_keyword, AbsoluteColor, AngleOrNumber, Color,
72-
ColorComponentParser, Lab, Lch, NumberOrPercentage, Oklab, Oklch, RGBA,
72+
ColorComponentParser, ColorFunction, Lab, Lch, NumberOrPercentage, Oklab, Oklch,
73+
PredefinedColorSpace, RGBA,
7374
};
7475
pub use crate::cow_rc_str::CowRcStr;
7576
pub use crate::from_bytes::{stylesheet_encoding, EncodingSupport};

0 commit comments

Comments
 (0)