Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 29
Property Color unset invalid value #19
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed
I'm only using this Package to validate CSS-Values, but I've stumbled upon the case where a color value is set to 'unset' and the profile validation (
cssutils.profile.validate) returns a false for this.Expected Behavior
cssutils.profile.validate('color', 'unset') is TrueActual Behavior
cssutils.profile.validate('color', 'unset') is False