From bffd2905b9f6a500ec0c6a6c6afb934dd03ec748 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Tue, 3 Nov 2015 10:17:21 +0100 Subject: refactor blockqoutes to to avoid tag selectors & child selectors css v4 --- scss/_type.scss | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/scss/_type.scss b/scss/_type.scss index 1d55ccb2d..2b0a2567c 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -133,26 +133,26 @@ mark, margin-bottom: $spacer; font-size: $blockquote-font-size; border-left: .25rem solid $blockquote-border-color; +} - p, - ul, - ol { - &:last-child { - margin-bottom: 0; - } +.blockquote-text, +.blockquote-list // ul, ol + { + &:last-child { + margin-bottom: 0; } +} - footer { - display: block; - font-size: 80%; // back to default font-size - line-height: $line-height; - color: $blockquote-small-color; +.blockquote-footer { + display: block; + font-size: 80%; // back to default font-size + line-height: $line-height; + color: $blockquote-small-color; - &::before { - content: "\2014 \00A0"; // em dash, nbsp - } + &::before { + content: "\2014 \00A0"; // em dash, nbsp } -} + } // Opposite alignment of blockquote .blockquote-reverse { @@ -161,13 +161,14 @@ mark, text-align: right; border-right: .25rem solid $blockquote-border-color; border-left: 0; +} - // Account for citation - footer { - &::before { content: ""; } - &::after { - content: "\00A0 \2014"; // nbsp, em dash - } +.blockquote-reverse .blockquote-footer { + &::before { + content: ""; + } + &::after { + content: "\00A0 \2014"; // nbsp, em dash } } -- cgit v1.2.3 From f1c7c3f599117965371e417ef930ef1ec5f2c7ce Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Tue, 3 Nov 2015 10:25:17 +0100 Subject: Update typography.md --- docs/content/typography.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/content/typography.md b/docs/content/typography.md index bc2a85c63..8e86c9102 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -147,22 +147,22 @@ Add `.initialism` to an abbreviation for a slightly smaller font-size. ## Blockquotes -For quoting blocks of content from another source within your document. Wrap `
` around any HTML as the quote. For straight quotes, we recommend a `

`. +For quoting blocks of content from another source within your document. Wrap `

` around any HTML as the quote. For straight quotes, we recommend a `

` or list `

    ` , `
      `. {% example html %} -
      -

      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

      +
      +

      Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.

      {% endexample %} ### Naming a source -Add a `