SublimeText / Sass

Sass and SCSS syntax for Sublime Text
https://packagecontrol.io/packages/Sass
MIT License
50 stars 8 forks source link

Adding in missing scroll-snap properties #60

Closed John-Dean closed 3 years ago

John-Dean commented 4 years ago

Properties list taken from: https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Scroll_Snap

Fixes issues with scroll-snap properties not having the correct scope applied to them.

braver commented 4 years ago

The way I usually approach this is is to wait for a feature to land in the Sublime Text default CSS package (or open a PR there to get things moving). The Sass/SCSS and LESS syntaxes are based off that default syntax, and it makes it easier to sync them all up if a new CSS feature is implemented "upstream" first.