From f66e492e311cb5e4f20aa0cd28e9680068cb764d Mon Sep 17 00:00:00 2001 From: Vince Picone Date: Thu, 16 Jul 2020 15:39:37 -0500 Subject: [PATCH] fix: prettier --- .../src/components/ArticleCard/article-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss b/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss index 94e653fd8..000fe5f53 100644 --- a/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss +++ b/packages/gatsby-theme-carbon/src/components/ArticleCard/article-card.scss @@ -5,7 +5,7 @@ position: relative; transition: background $duration--fast-01; text-decoration: none; - @include carbon--breakpoint("lg") { + @include carbon--breakpoint('lg') { margin-bottom: var(--space); } }