To install Sass 1.104.1, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.
Changes
-
Fix a bug where loud comments before
@userules could be emitted multiple times under certain circumstances. -
Fix a bug in which an invalid selector at the end of an indented syntax stylesheet would cause the parser to crash instead of emitting a useful error message.
Command Line Interface
-
Many-to-many compilations no longer compile any files that appear in the output directory if the output directory is also within the source directory. This fixes a bug where
--watchmode could enter an infinite loop recompiling the same CSS file over and over. -
Sass now sets the modification time of output files to the time compilation started rather than the time it ended. This ensures that, if a source file is modified during compilation,
--watchand--updatemode will recompile the outputs to include the new source file contents.
See the full changelog for changes in earlier releases.