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
We treat `@else` as a block which breaks the check nesting algorithm
ported over from Ruby Sass. With change the intermediate `Block`
to container `@else` children is invisible. This better emulates the
the Ruby Sass algorithm.
Fixes#2569
0 commit comments