aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-09-14 19:43:47 -0700
committerXhmikosR <[email protected]>2020-09-21 14:58:34 +0300
commitbe1895793371bbde4f72fee2c9ee7cb52550fb1c (patch)
tree2625eac13ca69cd8437d78520a2965e661b8cb16
parent8acd7c9fbe3197b2446a534682e622ac141017ba (diff)
downloadbootstrap-be1895793371bbde4f72fee2c9ee7cb52550fb1c.tar.xz
bootstrap-be1895793371bbde4f72fee2c9ee7cb52550fb1c.zip
Backport 65d130fbd85abd8143c553e75e24bc5a11d36877
Mention the quotes requirement in the docs too
-rw-r--r--site/docs/4.5/getting-started/theming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.5/getting-started/theming.md b/site/docs/4.5/getting-started/theming.md
index 32f83f308..bc8095792 100644
--- a/site/docs/4.5/getting-started/theming.md
+++ b/site/docs/4.5/getting-started/theming.md
@@ -225,7 +225,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. These characters need to be escaped to properly render the background images in IE.
+We use the `escape-svg` function to escape the `<`, `>` and `#` characters for SVG background images. These characters need to be escaped to properly render the background images in IE. When using the `escape-svg` function, data URIs must be quoted.
#### Add and Subtract functions