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
The output from my webfont toolkit changed with the latest libsass update. What used to output ../fonts/rockingham-bolditalic-webfont.woff now returns ../fonts/"rockingham-bolditalic-webfont.woff". I'm having trouble tracking down the source of that problem, but I have found some related string-quoting inconsistencies.
Libsass returns true for all 5 comparisons. Ruby Sass returns false for the last 2 — which would seem more appropriate, since they are treated differently by both libsass and ruby sass:
The output from my webfont toolkit changed with the latest libsass update. What used to output
../fonts/rockingham-bolditalic-webfont.woff
now returns../fonts/"rockingham-bolditalic-webfont.woff"
. I'm having trouble tracking down the source of that problem, but I have found some related string-quoting inconsistencies.Libsass returns
true
for all 5 comparisons. Ruby Sass returnsfalse
for the last 2 — which would seem more appropriate, since they are treated differently by both libsass and ruby sass:The text was updated successfully, but these errors were encountered: