at-import / SassyLists

MIT License
276 stars 27 forks source link

Tests do not pass #61

Open ncoden opened 7 years ago

ncoden commented 7 years ago

Tests for sl-flatten, sl-loop and sl-walk fail. But for flatten and walk, there is no visible differences between the actual result and what is expected.

See: https://gist.github.com/ncoden/0d39c464193b82090897d335e8329693

KittyGiraudel commented 7 years ago

For sl-loop, it’s a LibSass bug around the module operator. Apparently fixed: https://github.com/sass/libsass/issues/2236.

For sl-flatten and sl-walk, I’m not sure yet. :(

datatypevoid commented 6 years ago

sl-loop seems to be the only one failing for me.