We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff4bfc commit 15e8eb3Copy full SHA for 15e8eb3
completions/functions.py
@@ -111,7 +111,6 @@
111
"fit-content": t.length + t.percentage,
112
"format": [t.string],
113
"frames": t.integer,
114
- "gray": t.number + t.percentage,
115
# "has": [], # TODO: has takes a selector list as an arg. should it have completions?
116
# "host": [], # TODO: host takes a selector list as an arg. should it have completions?
117
# "host-context": [], # TODO: host-context takes a selector list as an arg. should it have completions?
completions/types.py
@@ -393,7 +393,6 @@
393
device_gray,
394
device_nchannel,
395
device_rgb,
396
- gray,
397
green,
398
h,
399
hsl,
0 commit comments