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

Commit 03f7de9

Browse files
authored
Merge pull request #14555 from abaracedo/scroll-snap-type
Add css scroll-snap-type
2 parents 640f3ca + 3dce01b commit 03f7de9

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
@@ -192,6 +192,7 @@
192192
"resize": {"values": ["both", "horizontal", "none", "vertical", "inherit"]},
193193
"right": {"values": ["auto", "inherit"]},
194194
"scroll-behavior": {"values": ["auto", "smooth"]},
195+
"scroll-snap-type": {"values": ["none", "x", "y", "block", "inline", "both", "mandatory", "proximity"]},
195196
"src": {"values": [ "url()"]},
196197
"shape-image-threshold": {"values": []},
197198
"shape-inside": {"values": ["auto", "circle()", "ellipse()", "inherit", "outside-shape", "polygon()", "rectangle()"]},

0 commit comments

Comments
 (0)