Skip to content

Commit e533ccb

Browse files
committed
Use color4 parse_one_component_value
1 parent 359f227 commit e533ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinycss2/color5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def parse_color(input):
1616
return color
1717

1818
if isinstance(input, str):
19-
token = parse_one_component_value(input, skip_comments=True)
19+
token = color4.parse_one_component_value(input, skip_comments=True)
2020
else:
2121
token = input
2222

0 commit comments

Comments
 (0)