allow default sass values to be preset

This commit is contained in:
Ross Harrison 2016-02-10 11:13:19 -05:00
parent 652979a3f8
commit 15a121e7d6

View file

@ -1,7 +1,7 @@
$gridstack-columns: 12; $gridstack-columns: 12 !default;
$horizontal_padding: 20px; $horizontal_padding: 20px !default;
$vertical_padding: 20px; $vertical_padding: 20px !default;
$animation_speed: .3s; $animation_speed: .3s !default;
@mixin vendor($property, $value...){ @mixin vendor($property, $value...){
-webkit-#{$property}:$value; -webkit-#{$property}:$value;