Skip to content

Commit

Permalink
docs: add docs about the cite-block component
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoden committed Dec 26, 2017
1 parent c9fd9d7 commit d5efb6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/pages/typography-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,10 @@ A definition list (`<dl>`) is used to display name-value pairs, like metadata or

Sometimes other people say smart things, and you may want to mention those things with a quote. We've got you covered.

<div class="callout">
By default, `<cite>` takes the look of the `.cite-block` component. In Sass, you can customize it with <a href="#sass-variables">`$cite-*` variables</a> or disable it by setting `$enable-cite-block` to false.
</div>

<div class="docs-codepen-container">
<a class="codepen-logo-link" href="https://codepen.io/ZURBFoundation/pen/ZKoJMb" target="_blank"><img src="{{root}}assets/img/logos/edit-in-browser.svg" class="" height="" width="" alt="edit on codepen button"></a>
</div>
Expand Down

0 comments on commit d5efb6f

Please sign in to comment.