Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

Updating to Sass 3.4 will occur bug #78

@azusa-tomita

Description

@azusa-tomita

When decoding, string was broken

http://sassmeister.com/gist/ec13ad209f9cc03d0b94

it seems to be solved by changing to \\r and \\n

    $string: _strip-token($string, "\r", $cr);
    $string: _strip-token($string, "\n", $cr);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions