Sourced from sass's releases.
Dart Sass 1.104.1
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.
Sourced from sass's changelog.
1.104.1
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.
da84fb5
Fix --watch not recompiling sources modified during a
compilation (#2850)8a287a7
Merge pull request #2859
from sass/fix-auto-merge6033b46
Add explicit versions to .github/util actionscc71d43
Only auto-merge dependabot PRs once the tests pass49ddc4f
Revert "Bump dart-lang/setup-dart in
/.github/util/initialize"71a127d
Avoid duplicating loud comments that appear before @use (#2854)f19baab
Merge pull request #2857
from sass/dependabot/github_actions/dot-github/util/...f5263e2
Bump dart-lang/setup-dart in /.github/util/initialize3018c0d
Merge pull request #2856
from sass/dependabot/github_actions/dart-lang/setup-...5d74adb
Bump dart-lang/setup-dart from 1.8.0 to 1.8.1