at-import / Sassy-Strings

Advanced string handling for Sass
41 stars 3 forks source link

Infinite recursion avoided. Why? #10

Closed bernex closed 10 years ago

bernex commented 10 years ago
$shortName: str-replace($font, ' ', '');

Error: WARNING: The string to be replaced is contained in the new string. Infinite recursion avoided.

' ' to '' ?

Also

$shortName: str-replace($font, 'a', 'b');

Same!

KittyGiraudel commented 10 years ago

I really need to rollback this repository.

KittyGiraudel commented 10 years ago

Should be all good now. Please, clone the repo again.

bernex commented 10 years ago

I don't see (

KittyGiraudel commented 10 years ago

You were using the unstable Sass version the repository has known. We rolled it back to Ruby, and it should work properly.

strarsis commented 8 years ago

I get this message with latest Saay-String (github master) and node-sass 3.4.2 and libsass 3.3.2. It works without warnings with ruby sass though.

WARNING: The string to be replaced is contained in the new string. Infinite recursion avoided.
        on line 216 of node_modules/SassyStrings/dist/_SassyStrings.scss

Thank you and With best regards