From 83c8bfa30d4d906ff7f2e37314e99e1098eb9bce Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 25 Nov 2016 14:01:06 -0800 Subject: Fixes #21195: Add more table of contents to pages with longer contents --- docs/utilities/spacing.md | 5 +++++ docs/utilities/typography.md | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'docs/utilities') diff --git a/docs/utilities/spacing.md b/docs/utilities/spacing.md index 91dab4f02..0a5132941 100644 --- a/docs/utilities/spacing.md +++ b/docs/utilities/spacing.md @@ -6,6 +6,11 @@ group: utilities Assign responsive-friendly `margin` or `padding` values to an element or a subset of its sides with shorthand classes. Includes support for individual properties, all properties, and vertical and horizontal properties. Classes are built from a default Sass map ranging from `.25rem` to `3rem`. +## Contents + +* Will be replaced with the ToC, excluding the "Contents" header +{:toc} + ## Notation Spacing utilities that apply to all breakpoints, from `xs` to `xl`, have no breakpoint abbreviation in them. This is because those classes are applied from `min-width: 0` and up, and thus are not bound by a media query. The remaining breakpoints, however, do include a breakpoint abbreviation. diff --git a/docs/utilities/typography.md b/docs/utilities/typography.md index c5628dad1..7db133d05 100644 --- a/docs/utilities/typography.md +++ b/docs/utilities/typography.md @@ -6,6 +6,11 @@ group: utilities The following utilities can be used to add additional styles to texts. +## Contents + +* Will be replaced with the ToC, excluding the "Contents" header +{:toc} + ## Text alignment Easily realign text to components with text alignment classes. -- cgit v1.2.3