From d5efb6f4e5e033e6ecfab1d280c2fd96d95298b3 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Tue, 26 Dec 2017 22:42:03 +0100 Subject: [PATCH] docs: add docs about the `cite-block` component --- docs/pages/typography-base.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/typography-base.md b/docs/pages/typography-base.md index 84e761e7c..1e1e7b22d 100644 --- a/docs/pages/typography-base.md +++ b/docs/pages/typography-base.md @@ -261,6 +261,10 @@ A definition list (`
`) 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. +
+ By default, `` takes the look of the `.cite-block` component. In Sass, you can customize it with `$cite-*` variables or disable it by setting `$enable-cite-block` to false. +
+
edit on codepen button
-- 2.47.2