Skip to content

Null check operator used on a null value error since 1.76.0 #2239

@esb

Description

@esb

The SASS default handling now throws an exception since release 1.76.0

$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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions