at-import / SassyLists

MIT License
276 stars 27 forks source link

Fixed remove-duplicates alias error #36

Closed omranjamal closed 10 years ago

omranjamal commented 10 years ago

Recursive removal is not supported yet in remove-duplicates but the alias was sending two arguments causing an error. Thus, removed the second argument in and from the remove-duplicates() alias unique().

KittyGiraudel commented 10 years ago

Woops, thank you very much. Actually, the recursive support has been removed altogether from SassyLists. The fact it was remaining on the alias is an ugly mistake.

KittyGiraudel commented 10 years ago

Fixed in 1.1.1.