-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Right now, as far as I can tell, colors have to be asserted like this:
assert-css: ("#impl", {"color": "rgb(197, 197, 197)", "background-color": "rgba(255, 236, 164, 0.06)"})
But if the corresponding CSS specified those colors with hex codes, it's hard to see whether this is correct or not. It should be possible to assert:
assert-css: ("#impl", {"color": "#e1e1e1", "background-color": "#ab20de"})
Metadata
Metadata
Assignees
Labels
No labels