Skip to content

Commit c679b26

Browse files
committed
allow default sass value to be preset
1 parent 15a121e commit c679b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gridstack-extra.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$gridstack-columns: 12;
1+
$gridstack-columns: 12 !default;
22

33
@mixin grid-stack-items($gridstack-columns) {
44
.grid-stack.grid-stack-#{$gridstack-columns} {

0 commit comments

Comments
 (0)