aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvpakati <[email protected]>2022-02-14 11:20:47 +0800
committerMark Otto <[email protected]>2022-02-14 15:03:05 -0800
commita163ed76d4a0ebd30405f9b351a44497ae7778e1 (patch)
treea438137b98f51b92d3204fcaec73d47adf2264be
parentdaefd346935d37e7a45bfc1bb2c9108c8ee2faa1 (diff)
downloadbootstrap-a163ed76d4a0ebd30405f9b351a44497ae7778e1.tar.xz
bootstrap-a163ed76d4a0ebd30405f9b351a44497ae7778e1.zip
Update reboot.md
Add the missing right parenthesis.
-rw-r--r--site/content/docs/5.1/content/reboot.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/content/reboot.md b/site/content/docs/5.1/content/reboot.md
index 1f69fe9c6..e3391df30 100644
--- a/site/content/docs/5.1/content/reboot.md
+++ b/site/content/docs/5.1/content/reboot.md
@@ -22,7 +22,7 @@ Here are our guidelines and reasons for choosing what to override in Reboot:
<small class="d-inline-flex px-2 py-1 font-monospace text-muted border rounded-3">Added in v5.1.1</small>
-With v5.1.1, we standardized our required `@import`s across all our CSS bundles (including `bootstrap.css`, `bootstrap-reboot.css`, and `bootstrap-grid.css` to include `_root.scss`. This adds `:root` level CSS variables to all bundles, regardless of how many of them are used in that bundle. Ultimately Bootstrap 5 will continue to see more [CSS variables]({{< docsref "/customize/css-variables" >}}) added over time, in order to provide more real-time customization without the need to always recompile Sass. Our approach is to take our source Sass variables and transform them into CSS variables. That way, even if you don't use CSS variables, you still have all the power of Sass. **This is still in-progress and will take time to fully implement.**
+With v5.1.1, we standardized our required `@import`s across all our CSS bundles (including `bootstrap.css`, `bootstrap-reboot.css`, and `bootstrap-grid.css`) to include `_root.scss`. This adds `:root` level CSS variables to all bundles, regardless of how many of them are used in that bundle. Ultimately Bootstrap 5 will continue to see more [CSS variables]({{< docsref "/customize/css-variables" >}}) added over time, in order to provide more real-time customization without the need to always recompile Sass. Our approach is to take our source Sass variables and transform them into CSS variables. That way, even if you don't use CSS variables, you still have all the power of Sass. **This is still in-progress and will take time to fully implement.**
For example, consider these `:root` CSS variables for common `<body>` styles: