We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652979a commit 15a121eCopy full SHA for 15a121e
src/gridstack.scss
@@ -1,7 +1,7 @@
1
-$gridstack-columns: 12;
2
-$horizontal_padding: 20px;
3
-$vertical_padding: 20px;
4
-$animation_speed: .3s;
+$gridstack-columns: 12 !default;
+$horizontal_padding: 20px !default;
+$vertical_padding: 20px !default;
+$animation_speed: .3s !default;
5
6
@mixin vendor($property, $value...){
7
-webkit-#{$property}:$value;
0 commit comments