Skip to content
Compare
Choose a tag to compare
@wkillerud wkillerud released this 05 Sep 17:14
· 99 commits to main since this release

Support for the indented syntax

Excited to share that Some Sass now has support for the indented syntax 🥳

  • IntelliSense for CSS and Sass that adapts to the Sass module system
  • Sass function signature helpers
  • Completions for placeholder selectors for both @extend-first and placeholder first workflows
  • Full workspace code navigation (go to definition, find references) and refactoring (rename symbol)
  • Hover information that includes CSS documentation, SassDoc, selector specificity and more
  • Color decorators
  • Deprecation decorators powered by SassDoc, and warnings for mixed indentation (tabs and spaces)
  • Mix and match the two syntaxes in the same workspace

See the announcement post for more

Full Changelog: https://github.com/wkillerud/some-sass/compare/[email protected]@1.6.0