From 41abb1c57f003557e7a0bef82e5fdc84cc75f2e0 Mon Sep 17 00:00:00 2001 From: sohee Lim Date: Mon, 6 Apr 2020 08:36:55 -0400 Subject: [PATCH 1/2] Make media query to not overlap --- src/utils.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.scss b/src/utils.scss index c579f6a..90da90b 100644 --- a/src/utils.scss +++ b/src/utils.scss @@ -26,7 +26,7 @@ $media-queries: (); @if $next-breakpoint-index <= length($breakpoint-sizes) { $next-breakpoint-size: nth($breakpoint-sizes, $next-breakpoint-index); $media-queries: map-merge($media-queries, ( - '#{$name}-down': 'max-width: #{$next-breakpoint-size}' + '#{$name}-down': 'max-width: #{calc($next-breakpoint-size - 1px)}' )); } } From c94c76c1bf1a7c77bd4fd8291f57e5bce8966867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2020 18:35:49 +0000 Subject: [PATCH 2/2] Bump lodash from 4.17.14 to 4.17.19 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 9cf3763..718876e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -454,8 +454,8 @@ load-json-file@^1.0.0: strip-bom "^2.0.0" lodash@^4.0.0, lodash@^4.17.11, lodash@~4.17.10: - version "4.17.14" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba" + version "4.17.19" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.19.tgz#e48ddedbe30b3321783c5b4301fbd353bc1e4a4b" loud-rejection@^1.0.0: version "1.6.0"