Extract scss breakpoints into variables

This commit is contained in:
sdtsui 2017-08-10 22:16:25 -07:00
parent e31c298288
commit 3188cc2ef0
1 changed files with 4 additions and 0 deletions

View File

@ -26,3 +26,7 @@ $header-z: 12;
// loading - 10 - higher?
// mascot - 0 - remove?
// Responsive Breakpoints
$break-small: 575px;
$break-midpoint: 780px;
$break-large: 576px;