diff --git a/site/layouts/partials/home/components-utilities.html b/site/layouts/partials/home/components-utilities.html index e18b403ded..1f2534600a 100644 --- a/site/layouts/partials/home/components-utilities.html +++ b/site/layouts/partials/home/components-utilities.html @@ -52,7 +52,7 @@ `) "html" "" }} -
+
Explore customized components
@@ -77,7 +77,7 @@ $utilities: map-merge(
);
`) "scss" "" }}
-
+
Explore the utility API
diff --git a/site/layouts/partials/home/css-variables.html b/site/layouts/partials/home/css-variables.html
index 750db34094..dd59167fa6 100644
--- a/site/layouts/partials/home/css-variables.html
+++ b/site/layouts/partials/home/css-variables.html
@@ -7,7 +7,7 @@
Bootstrap 5 is evolving with each release to better utilize CSS variables for global theme styles, individual components, and even utilities. We provide dozens of variables for colors, font styles, and more at a
+
Learn more about CSS variables
diff --git a/site/layouts/partials/home/customize.html b/site/layouts/partials/home/customize.html
index 98edf5633d..2370df9a85 100644
--- a/site/layouts/partials/home/customize.html
+++ b/site/layouts/partials/home/customize.html
@@ -6,7 +6,7 @@
Bootstrap utilizes Sass for a modular and customizable architecture. Import only the components you need, enable global options like gradients and shadows, and write your own CSS with our variables, maps, functions, and mixins.
+
Learn more about customizing
diff --git a/site/layouts/partials/home/icons.html b/site/layouts/partials/home/icons.html
index c510d9472a..2de688fddd 100644
--- a/site/layouts/partials/home/icons.html
+++ b/site/layouts/partials/home/icons.html
@@ -7,7 +7,7 @@
Bootstrap Icons is an open source SVG icon library featuring over 1,800 glyphs, with more added every release. They're designed to work in any project, whether you use Bootstrap itself or not. Use them as SVGs or icon fonts—both options give you vector scaling and easy customization via CSS.
+
Get Bootstrap Icons
diff --git a/site/layouts/partials/home/plugins.html b/site/layouts/partials/home/plugins.html
index d352ce8fe2..00cf8133a0 100644
--- a/site/layouts/partials/home/plugins.html
+++ b/site/layouts/partials/home/plugins.html
@@ -7,7 +7,7 @@
Add toggleable hidden elements, modals and offcanvas menus, popovers and tooltips, and so much more—all without jQuery. Bootstrap's JavaScript is HTML-first, meaning most plugins are added with
+
Learn more about Bootstrap JavaScript
diff --git a/site/layouts/partials/home/themes.html b/site/layouts/partials/home/themes.html
index f5549151ff..142cef89ed 100644
--- a/site/layouts/partials/home/themes.html
+++ b/site/layouts/partials/home/themes.html
@@ -7,7 +7,7 @@
Take Bootstrap to the next level with premium themes from the official Bootstrap Themes marketplace. Themes are built on Bootstrap as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools.
+ :root
level for use anywhere. On components and utilities, CSS variables are scoped to the relevant class and can easily be modified.
data
attributes in your HTML. Need more control? Include individual plugins programmatically.