{% include icons/bootstrap.svg class="mb-3" width="128" height="128" %}
-
Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.
+
Bootstrap is the most popular HTML, CSS, and JS library in the world for building responsive, mobile-first projects on the web.
Download Bootstrap
diff --git a/scss/utilities/_background.scss b/scss/utilities/_background.scss
index f85c13c60e..1ef34fd8ee 100644
--- a/scss/utilities/_background.scss
+++ b/scss/utilities/_background.scss
@@ -2,4 +2,5 @@
@include bg-variant('.bg-#{$color}', $value);
}
+.bg-white { background-color: $white !important; }
.bg-transparent { background-color: transparent !important; }
diff --git a/scss/utilities/_borders.scss b/scss/utilities/_borders.scss
index 05480582c4..82e177c80b 100644
--- a/scss/utilities/_borders.scss
+++ b/scss/utilities/_borders.scss
@@ -15,6 +15,10 @@
}
}
+.border-white {
+ border-color: $white !important;
+}
+
//
// Border-radius
//