We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e0035e commit f27e7dcCopy full SHA for f27e7dc
1 file changed
jsonschema/_format.py
@@ -383,11 +383,6 @@ def is_css21_color(instance):
383
return True
384
return is_css_color_code(instance)
385
386
- def is_css3_color(instance):
387
- if instance.lower() in webcolors.css3_names_to_hex:
388
- return True
389
- return is_css_color_code(instance)
390
-
391
392
with suppress(ImportError):
393
import jsonpointer
0 commit comments