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.
2 parents 44ed26d + c679b26 commit 928d9d3Copy full SHA for 928d9d3
src/gridstack-extra.scss
@@ -1,4 +1,4 @@
1
-$gridstack-columns: 12;
+$gridstack-columns: 12 !default;
2
3
@mixin grid-stack-items($gridstack-columns) {
4
.grid-stack.grid-stack-#{$gridstack-columns} {
src/gridstack.scss
@@ -1,7 +1,7 @@
-$horizontal_padding: 20px;
-$vertical_padding: 20px;
-$animation_speed: .3s;
+$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