diff --git a/sass-js/index.html b/sass-js/index.html index 01a879ef..849b8f2e 100644 --- a/sass-js/index.html +++ b/sass-js/index.html @@ -25,11 +25,23 @@

Get started with Bootstrap

You've successfully loaded up a Bootstrap example! It's loaded up with Bootstrap 5 and tooling for compiling our Sass and JavaScript to your needs.

-

If this button appears blue and the link appears purple, you've done it!

+

If this button and this link appear blue, you've done it! You've loaded Bootstrap Sass.

- Example link + Example primary link + +
+ +

Customize Bootstrap

+ +
+

You've successfully customized Bootstrap 5 by changing red danger color to deep pink!

+

If this button and this link appear pink, you've done it! You've customized Bootstrap danger color.

+
+ + + Example customized danger link
diff --git a/sass-js/scss/styles.scss b/sass-js/scss/styles.scss index d560166f..74e84da8 100644 --- a/sass-js/scss/styles.scss +++ b/sass-js/scss/styles.scss @@ -33,8 +33,7 @@ $offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); // Customize some defaults $body-color: #333; $body-bg: #fff; -$border-radius: .4rem; -$success: #7952b3; +$danger: #ff1493; // Required @import "bootstrap/scss/functions";