at-import / SassyLists

MIT License
276 stars 27 forks source link

typo in _prepend.scss #40

Closed mmintel closed 10 years ago

mmintel commented 10 years ago

@if missing-dependencies(sl-is-true) == true { @return null; }

should be

@if sl-missing-dependencies(sl-is-true) == true { @return null; }

KittyGiraudel commented 10 years ago

Shit, thank you very much (again!). I'll fix it tonight or tomorrow.

KittyGiraudel commented 10 years ago

Fixed in 2.1.1. Thanks!