Skip to content

Commit 15e8eb3

Browse files
vrugtehagelargyleink
authored andcommitted
Remove remaining references to gray()
1 parent eff4bfc commit 15e8eb3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

completions/functions.py

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@
111111
"fit-content": t.length + t.percentage,
112112
"format": [t.string],
113113
"frames": t.integer,
114-
"gray": t.number + t.percentage,
115114
# "has": [], # TODO: has takes a selector list as an arg. should it have completions?
116115
# "host": [], # TODO: host takes a selector list as an arg. should it have completions?
117116
# "host-context": [], # TODO: host-context takes a selector list as an arg. should it have completions?

completions/types.py

-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,6 @@
393393
device_gray,
394394
device_nchannel,
395395
device_rgb,
396-
gray,
397396
green,
398397
h,
399398
hsl,

0 commit comments

Comments
 (0)