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

Updating to Sass 3.4 will occur bug #78

Open
azusa-tomita opened this issue Aug 28, 2014 · 0 comments
Open

Updating to Sass 3.4 will occur bug #78

azusa-tomita opened this issue Aug 28, 2014 · 0 comments

Comments

@azusa-tomita
Copy link

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);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant