From f682dec5c25f4ff1a29b34e10d339d549359cdb2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 May 2017 11:25:59 -0700 Subject: new toc in utils and about and extend --- docs/utilities/sizing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/utilities/sizing.md') diff --git a/docs/utilities/sizing.md b/docs/utilities/sizing.md index eabb4653a..e2a5ed197 100644 --- a/docs/utilities/sizing.md +++ b/docs/utilities/sizing.md @@ -1,12 +1,12 @@ --- layout: docs title: Sizing +description: Easily make an element as wide or as tall (relative to its parent) with our width and height utilities. group: utilities +toc: true --- -Easily make an element as wide or as tall (relative to its parent) with our width and height utilities. Includes support for `25%`, `50%`, `75%`, and `100%` by default. - -Width and height utilities are generated from the `$sizes` Sass map in `_variables.scss`. Modify those values as you need to generate different utilities here. +Width and height utilities are generated from the `$sizes` Sass map in `_variables.scss`. Includes support for `25%`, `50%`, `75%`, and `100%` by default. Modify those values as you need to generate different utilities here. {% example html %}
Width 25%
-- cgit v1.2.3