Skip to content

v3.1.0-alpha-1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@glenn2223 glenn2223 released this 21 Oct 00:23
· 346 commits to master since this release
db47175

What's new ?

3.1.0 - 2020-10-14

Fixed

  • Changed from libsass to node-sass (upgraded to libsass v 3.5.4)
    • Fixes: many issues + performance improvement
  • Map line numbers are correct after autoprefixer is applied

Added

  • Replace segments in the save path: added two new settings under liveSassCompile.settings.formats
    • savePathSegmentKeys - A list of segments to be replaced
    • savePathReplaceSegmentsWith - The replacement value
  • New setting liveSassCompile.settings.watchOnLaunch
    • When true it will automatically start watching your .sass or .scss files on launch. Default value is false
  • New logging mechanism
    • Errors are logged in a workspace folder
    • New command to help log issues for unhandled errors liveSass.command.createIssue

Changelog

See the full change log here.