Reputation: 3361
I'm getting this error when trying to [compass compile]:
Syntax error: Mixin columns takes 1 argument but 2 were passed.
Everybody else on my team do not get this error. The offending line of code is:
@include columns(9,9);
Please assist.
Upvotes: 0
Views: 492
Reputation: 3361
Ok, what fixed this problem is installing the [compass-susy-plugin] gem.
Upvotes: 1