Below is the sass code snippet,
@include animation(swayb $speed ease infinite 3s, reset 1s ease forwards 5s);
When I try watching using compass watch
on my Ubuntu machine, it triggers an error,
(Line 2500 of _includes/_common.scss: Mixin animation takes 1 argument but 2 were passed.)