From 0e5813bfd455113c1d895ee1ba2e73acaaf1ecf5 Mon Sep 17 00:00:00 2001 From: m5o Date: Fri, 12 Oct 2018 10:36:24 +0200 Subject: [PATCH] update holder.js image dimensions for sizing example * update holder.js image dimensions for sizing example * use `100%` instead of `100%` * :memo: https://github.com/imsky/holder#fluid-placeholders --- site/docs/4.1/utilities/sizing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.1/utilities/sizing.md b/site/docs/4.1/utilities/sizing.md index e7e578a643..4f75ddf9a2 100644 --- a/site/docs/4.1/utilities/sizing.md +++ b/site/docs/4.1/utilities/sizing.md @@ -31,7 +31,7 @@ Width and height utilities are generated from the `$sizes` Sass map in `_variabl You can also use `max-width: 100%;` and `max-height: 100%;` utilities as needed. {% capture example %} -Max-width 100% +Max-width 100% {% endcapture %} {% include example.html content=example %}