]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention the quotes requirement in the docs too
authorMark Otto <markdotto@gmail.com>
Tue, 15 Sep 2020 02:43:47 +0000 (19:43 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Tue, 15 Sep 2020 05:19:58 +0000 (08:19 +0300)
site/content/docs/5.0/customize/sass.md

index 2c0a1b9ed12eb68b3825b4aab6d0a7fb314bc7c3..7a7b7fb1eb1e3eaaac747243b2c203205afd5dd3 100644 (file)
@@ -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