fix: weird media query behavior with overlapping rules

This commit is contained in:
Sean Yesmunt 2018-06-19 16:22:42 -04:00
parent 177f5f1cd3
commit 3ad8feb025

View file

@ -4,7 +4,7 @@ Both of these should probably die and become variables as well
$spacing-vertical: 24px;
$spacing-width: 36px;
$medium-breakpoint: 1280px;
$medium-breakpoint: 1279px;
$large-breakpoint: 1921px;
:root {