Remove previews unused breakpoints

This commit is contained in:
Joseph Cohen
2014-12-31 19:17:33 -06:00
parent 78f69f38ef
commit a03cca162d
4 changed files with 117 additions and 132 deletions

View File

@@ -37,10 +37,3 @@ $sidebar-text-active-color: #333;
$sidebar-normal-width: 230px;
$sidebar-phone-width: 75%;
$sidebar-active-color: #00695C;
$screen-xs-max: "(max-width: 549px)";
$screen-sm-min: "(min-width: 550px)";
$screen-sm-max: "(max-width: 991px)";
$screen-md-min: "(min-width: 992px)";
$screen-md-max: "(max-width: 1199px)";
$screen-lg-min: "(min-width: 1200px)";