Skip to content

Fix broken sass compilation

Compare
Choose a tag to compare
@lacarmen lacarmen released this 03 Jan 20:39
· 107 commits to master since this release

Sass compilation was broken due to Cryogen relying on the --update flag which was provided by Ruby Sass but not Dart Sass.

The maintainers of Dart Sass have since added the feature and a small change in Cryogen was required to conform to their syntax.