From: Mark Otto Date: Tue, 15 Sep 2020 02:43:47 +0000 (-0700) Subject: Mention the quotes requirement in the docs too X-Git-Tag: v5.0.0-alpha2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65d130fbd85abd8143c553e75e24bc5a11d36877;p=thirdparty%2Fbootstrap.git Mention the quotes requirement in the docs too --- diff --git a/site/content/docs/5.0/customize/sass.md b/site/content/docs/5.0/customize/sass.md index 2c0a1b9ed1..7a7b7fb1eb 100644 --- a/site/content/docs/5.0/customize/sass.md +++ b/site/content/docs/5.0/customize/sass.md @@ -207,7 +207,7 @@ You can also specify a base color with our color map functions: ### Escape SVG -We use the `escape-svg` function to escape the `<`, `>` and `#` characters for SVG background images. +We use the `escape-svg` function to escape the `<`, `>` and `#` characters for SVG background images. When using the `escape-svg` function, data URIs must be quoted. ### Add and Subtract functions