<div class="alert alert-danger" role="alert">
  <strong>Oh snap!</strong>
  <a href="#" class="alert-link">Change a few things up</a>
  and try submitting again.
</div>You don't need to remember all CSS classes. Just use the Bootstrap Editor instead.
/* _alert.scss:20 */
.alert-link {
  font-weight: $alert-link-font-weight;
}
/* _alert.scss:10 */
.alert-link {
  color: darken($color, 10%);
}Code copied to the clipboard.
Copying failed
/* _alert.scss:20 */
$alert-link-font-weight
/* _alert.scss:10 */
$color