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 expression (1, / 2) should produce the output 1, /2. LibSass fails to parse it:
Error: Invalid CSS after "...ter-comma: (1,": expected expression (e.g. 1px, bold), was "/ 2);"
on line 11 of spec/parser/operations/binary-and-unary/input.scss
>> slash-after-comma: (1, / 2);
--------------------------^