Skip to content

Commit

Permalink
fix: stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Morse committed Jan 11, 2019
1 parent db45071 commit 8bddb16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/bolt-blockquote/src/blockquote.scss
Expand Up @@ -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.
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 8bddb16

Please sign in to comment.