Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaume Sala <jaumesala@gmail.com>2021-08-03 18:59:00 +0300
committerGitHub <noreply@github.com>2021-08-03 18:59:00 +0300
commit39b7c75b13dd982e1a4f106f412ff18acc0026ec (patch)
treebfc384cf3a4488870661e46047a3b3ed953b8d82 /scss/bootstrap.scss
parentf64df40dfa21283992d395dbe3115fdad98fe463 (diff)
Add new placeholder component (#31859)
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Jaume Sala <jaumesala@gmail.com> Co-authored-by: Mark Otto <markdotto@gmail.com> Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Diffstat (limited to 'scss/bootstrap.scss')
-rw-r--r--scss/bootstrap.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/bootstrap.scss b/scss/bootstrap.scss
index eb047a3f29..f051c59a99 100644
--- a/scss/bootstrap.scss
+++ b/scss/bootstrap.scss
@@ -43,6 +43,7 @@
@import "carousel";
@import "spinners";
@import "offcanvas";
+@import "placeholders";
// Helpers
@import "helpers";