You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: