You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I encountered a problem with node-sass 3.0.0-beta.5 whereby slashes that appear in a string get escaped if that string also has some interpolated variables. This doesn't exist with the older version I was using (2.1.1).
I encountered a problem with node-sass 3.0.0-beta.5 whereby slashes that appear in a string get escaped if that string also has some interpolated variables. This doesn't exist with the older version I was using (2.1.1).
Here's an example:
Produces the output:
I would have expected the output not to have two slashes, as was the case with node-sass 2.1.1, as illustrated below:
Produces the output:
Importantly, it doesn't have a problem if there's no variable interpolation:
Produces:
This problem cropped up when I was compiling
bootstrap-sass
, which has the following line in the_breadcrumbs.scss
file:I think this problem means that
node-sass 3.0.0-beta.5
will breakbootstrap-sass
for everyone.The text was updated successfully, but these errors were encountered: