Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 59b0b40

Browse files
committed
Merge pull request #7761 from bemjb/shape-props
Update CSSCodeHints for latest CSS Shapes
2 parents 1b332e7 + 3879930 commit 59b0b40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,10 @@
165165
"resize": {"values": ["both", "horizontal", "none", "vertical", "inherit"]},
166166
"right": {"values": ["auto", "inherit"]},
167167
"src": {"values": [ "url()"]},
168+
"shape-image-threshold": {"values": []},
168169
"shape-inside": {"values": ["auto", "circle()", "ellipse()", "inherit", "outside-shape", "polygon()", "rectangle()"]},
169-
"shape-outside": {"values": ["auto", "circle()", "ellipse()", "inherit", "polygon()", "rectangle()"]},
170+
"shape-margin": {"values": []},
171+
"shape-outside": {"values": ["none", "inherit", "circle()", "ellipse()", "polygon()", "inset()", "margin-box", "border-box", "padding-box", "content-box", "url()", "image()", "linear-gradient()", "radial-gradient()", "repeating-linear-gradient()", "repeating-radial-gradient()"]},
170172
"table-layout": {"values": ["auto", "fixed", "inherit"]},
171173
"text-align": {"values": ["center", "left", "justify", "right", "inherit"]},
172174
"text-align-last": {"values": ["center", "left", "justify", "right", "inherit"]},

0 commit comments

Comments
 (0)