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().
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.
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 theremove-duplicates()
aliasunique()
.