diff options
| author | XhmikosR <[email protected]> | 2020-09-14 19:43:47 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-21 14:58:34 +0300 |
| commit | be1895793371bbde4f72fee2c9ee7cb52550fb1c (patch) | |
| tree | 2625eac13ca69cd8437d78520a2965e661b8cb16 | |
| parent | 8acd7c9fbe3197b2446a534682e622ac141017ba (diff) | |
| download | bootstrap-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.md | 2 |
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 |
