Skip to content

v4.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@glenn2223 glenn2223 released this 20 Dec 12:28
· 328 commits to master since this release

4.0.0 - 2020-12-20

Breaking changes

  • Output options are now only expanded and compressed
  • Only works on VS Code v1.50 and over

Fixed

  • Changed from libsass to sass (more up to date release)
    • 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