To install Sass 1.32.5, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
- Potentially breaking bug fix: When using
@for
with numbers that have units, the iteration variable now matches the unit of the initial number. This matches the behavior of Ruby Sass and LibSass.
Node JS API
-
Fix a few infrequent errors when calling
render()
withfiber
multiple times simultaneously. -
Avoid possible mangled error messages when custom functions or importers throw unexpected exceptions.
-
Fix Electron support when
nodeIntegration
is disabled.
See the full changelog for changes in earlier releases.