allow default sass values to be preset
This commit is contained in:
parent
652979a3f8
commit
15a121e7d6
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
$gridstack-columns: 12;
|
||||
$horizontal_padding: 20px;
|
||||
$vertical_padding: 20px;
|
||||
$animation_speed: .3s;
|
||||
$gridstack-columns: 12 !default;
|
||||
$horizontal_padding: 20px !default;
|
||||
$vertical_padding: 20px !default;
|
||||
$animation_speed: .3s !default;
|
||||
|
||||
@mixin vendor($property, $value...){
|
||||
-webkit-#{$property}:$value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue