cssutils
cssutils copied to clipboard
Property Color unset invalid value
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 True
Actual Behavior
cssutils.profile.validate('color', 'unset') is False
Looks like unset is a legitimate setting. I welcome a patch to fix it.