csstools/precss

Sass stlye arglists in mixin

stockcj opened this issue · 0 comments

Is it possible to use Sass style arglists when defining mixins so that it's possible to create a mixin with an unknown number of arguments?

e.g

@define-mixin gridLayout $cols... {...}
then use like
@mixin gridLayout((7,2),(5,1),(5,1),(12,1));