The SASS default handling now throws an exception since release 1.76.0 ```sass $white: #fff !default; ``` This code causes the error ``` Error: Null check operator used on a null value ``` This is from the Ruby gem sass-embedded. Reverting to release 1.75.0 solves the problem.