Remove console warning from foundation
This commit is contained in:
@@ -455,8 +455,14 @@ $meter-fill-bad: $alert-color;
|
|||||||
// 24. Off-canvas
|
// 24. Off-canvas
|
||||||
// --------------
|
// --------------
|
||||||
|
|
||||||
$offcanvas-size: 250px;
|
$offcanvas-sizes: (
|
||||||
$offcanvas-vertical-size: 250px;
|
small: 250px,
|
||||||
|
medium: 350px,
|
||||||
|
);
|
||||||
|
$offcanvas-vertical-sizes: (
|
||||||
|
small: 250px,
|
||||||
|
medium: 350px,
|
||||||
|
);
|
||||||
$offcanvas-background: $light-gray;
|
$offcanvas-background: $light-gray;
|
||||||
$offcanvas-shadow: 0 0 10px rgba($black, 0.7);
|
$offcanvas-shadow: 0 0 10px rgba($black, 0.7);
|
||||||
$offcanvas-push-zindex: 1;
|
$offcanvas-push-zindex: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user