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
Removing the interpolation in the comment fixes the issue.
I found a block of code in an old project that uses this hacky technique to switch between a silent class plus a regular class or just a silent class (by changing the // to a , . via a mixin).
It's a terrible technique and will definitely be changed, but its output is at least an interesting inconsistency between the two versions of Sass.
Worth fixing? Not sure, but it may point to a deeper issue.
The text was updated successfully, but these errors were encountered:
This is kind of hard to explain so I'll just put the code here and explain after.
Ruby Sass outputs nothing (as expected).
Libsass outputs this:
Sassmeister Link
Removing the interpolation in the comment fixes the issue.
I found a block of code in an old project that uses this hacky technique to switch between a silent class plus a regular class or just a silent class (by changing the
//
to a, .
via a mixin).It's a terrible technique and will definitely be changed, but its output is at least an interesting inconsistency between the two versions of Sass.
Worth fixing? Not sure, but it may point to a deeper issue.
The text was updated successfully, but these errors were encountered: