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
str-slice("", 0.5) and str-slice("", 1, 1.5) should both throw errors because $start-at and $end-at, respectively, aren't integers. Instead in LibSass they return "".
The text was updated successfully, but these errors were encountered:
str-slice("", 0.5)
andstr-slice("", 1, 1.5)
should both throw errors because$start-at
and$end-at
, respectively, aren't integers. Instead in LibSass they return""
.The text was updated successfully, but these errors were encountered: