From 8bddb16eb64c8a25e51991c1ab5dc92d585af75d Mon Sep 17 00:00:00 2001 From: Daniel Morse Date: Fri, 11 Jan 2019 11:50:39 -0500 Subject: [PATCH] fix: stylelint --- packages/components/bolt-blockquote/src/blockquote.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/components/bolt-blockquote/src/blockquote.scss b/packages/components/bolt-blockquote/src/blockquote.scss index 210588814c..bdc8dff321 100644 --- a/packages/components/bolt-blockquote/src/blockquote.scss +++ b/packages/components/bolt-blockquote/src/blockquote.scss @@ -66,7 +66,7 @@ $bolt-blockquote-image-size: 4rem; ::slotted(p:first-child), ::slotted(p.is-first-child), ::slotted(p:last-child), - ::slotted(p.is-last-child), { + ::slotted(p.is-last-child) { &:before, &:after { font-family: 'Georgia', serif; // TODO: Replace with Noto Serif when it is added. @@ -271,7 +271,7 @@ $bolt-blockquote-image-size: 4rem; p:first-child:before { @include bolt-padding(0 2px); } - + ::slotted(p:first-child), ::slotted(p.is-first-child) { &:before {