1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Extract scss breakpoints into variables

This commit is contained in:
sdtsui 2017-08-10 22:16:25 -07:00
parent e31c298288
commit 3188cc2ef0

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;