Comment out breakpoint vars that are (silently!!!) breaking things due to undefined functions

This commit is contained in:
Andrew Croce 2018-07-06 16:03:55 -04:00
parent 0ab18ae319
commit cc83fa3b52

View File

@ -118,9 +118,9 @@ $grid-columns-medium: 6;
$grid-columns-large: 12; $grid-columns-large: 12;
// @media single-keyword helpers // @media single-keyword helpers
$small: new-breakpoint(min-width $small-screen $grid-columns-small); // $small: new-breakpoint(min-width $small-screen $grid-columns-small);
$medium: new-breakpoint(min-width $medium-screen $grid-columns-medium); // $medium: new-breakpoint(min-width $medium-screen $grid-columns-medium);
$large: new-breakpoint(min-width $large-screen $grid-columns-large); // $large: new-breakpoint(min-width $large-screen $grid-columns-large);
// Set the base path for assets (used for font and image paths below) // Set the base path for assets (used for font and image paths below)
$asset-path: '../'; $asset-path: '../';