]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Cut to only small breakpoint by defualt for offcanvas to cut duplicate css 10504/head
authorKevin Ball <kmball11@gmail.com>
Thu, 3 Aug 2017 17:18:50 +0000 (10:18 -0700)
committerKevin Ball <kmball11@gmail.com>
Thu, 3 Aug 2017 17:18:50 +0000 (10:18 -0700)
scss/components/_off-canvas.scss

index c64770ce419ef652f1b0f07238aa1cfcab26ce24..336bcd237fd967d6f7849709659885bdf2351230 100644 (file)
 /// @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.