Remove console warning from foundation

This commit is contained in:
Pranav Raj Sreepuram 2019-11-12 08:55:35 +05:30
parent 7b4b5d31d9
commit e37c04a81f

View file

@ -455,8 +455,14 @@ $meter-fill-bad: $alert-color;
// 24. Off-canvas
// --------------
$offcanvas-size: 250px;
$offcanvas-vertical-size: 250px;
$offcanvas-sizes: (
small: 250px,
medium: 350px,
);
$offcanvas-vertical-sizes: (
small: 250px,
medium: 350px,
);
$offcanvas-background: $light-gray;
$offcanvas-shadow: 0 0 10px rgba($black, 0.7);
$offcanvas-push-zindex: 1;