Skip to content

Commit 15a121e

Browse files
committed
allow default sass values to be preset
1 parent 652979a commit 15a121e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/gridstack.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$gridstack-columns: 12;
2-
$horizontal_padding: 20px;
3-
$vertical_padding: 20px;
4-
$animation_speed: .3s;
1+
$gridstack-columns: 12 !default;
2+
$horizontal_padding: 20px !default;
3+
$vertical_padding: 20px !default;
4+
$animation_speed: .3s !default;
55

66
@mixin vendor($property, $value...){
77
-webkit-#{$property}:$value;

0 commit comments

Comments
 (0)