Skip to content

Breaks on Sass 3.3 "!global" syntax #278

@bdkjones

Description

@bdkjones

In Sass 3.3, to set a global variable you do this:

$someVariable: true !global;

If you attempt to compile this file with libsass, it fails and you get this error:

error reading values after true

It appears that libsass does not recognize the new !global modifier coming up in Sass 3.3.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions