From: Kevin Ball Date: Thu, 3 Aug 2017 17:18:50 +0000 (-0700) Subject: Cut to only small breakpoint by defualt for offcanvas to cut duplicate css X-Git-Tag: v6.4.2~1^2~6^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10504%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Cut to only small breakpoint by defualt for offcanvas to cut duplicate css --- diff --git a/scss/components/_off-canvas.scss b/scss/components/_off-canvas.scss index c64770ce4..336bcd237 100644 --- a/scss/components/_off-canvas.scss +++ b/scss/components/_off-canvas.scss @@ -10,14 +10,12 @@ /// @type Map $offcanvas-sizes: ( small: 250px, - medium: 250px, ) !default; /// Height map of a top/bottom off-canvas panel. /// @type Map $offcanvas-vertical-sizes: ( small: 250px, - medium: 250px, ) !default; /// Background color of an off-canvas panel.