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

Commit 3dce01b

Browse files
committed
Add css scroll-snap-type
1 parent 8f5be98 commit 3dce01b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extensions/default/CSSCodeHints/CSSProperties.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
"resize": {"values": ["both", "horizontal", "none", "vertical", "inherit"]},
191191
"right": {"values": ["auto", "inherit"]},
192192
"scroll-behavior": {"values": ["auto", "smooth"]},
193+
"scroll-snap-type": {"values": ["none", "x", "y", "block", "inline", "both", "mandatory", "proximity"]},
193194
"src": {"values": [ "url()"]},
194195
"shape-image-threshold": {"values": []},
195196
"shape-inside": {"values": ["auto", "circle()", "ellipse()", "inherit", "outside-shape", "polygon()", "rectangle()"]},

0 commit comments

Comments
 (0)