css - Sass/Susy mixin issue -


i wanted make mixin column spanning containers in sass using susy framework use include in div , use span-columns such this:

@mixin container($columns, $ofcolumns) {     @include span-columns($columns,$ofcolumns); } 

then in css use this:

#foo {     @include container(4,12); } 

but error in output css 'mixin container missing argument $columns.' doing wrong here?


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -