allow default sass value to be preset

This commit is contained in:
Ross Harrison 2016-02-10 11:13:47 -05:00
parent 15a121e7d6
commit c679b26d02

View file

@ -1,4 +1,4 @@
$gridstack-columns: 12;
$gridstack-columns: 12 !default;
@mixin grid-stack-items($gridstack-columns) {
.grid-stack.grid-stack-#{$gridstack-columns} {