}
}
- @warn "Found no color leading to #{$min-contrast-ratio}:1 contrast ratio against #{$background}…";
+ @warn "Found no color leading to #{$min-contrast-ratio}:1 contrast ratio against #{$background}...";
@return $max-ratio-color;
}
{{< highlight js >}}
var myAlert = document.getElementById('myAlert')
myAlert.addEventListener('closed.bs.alert', function () {
- // do something … for instance, explicitly move focus to the most appropriate element,
+ // do something, for instance, explicitly move focus to the most appropriate element,
// so it doesn't get lost/reset to the start of the page
- // document.getElementById('…').focus()
+ // document.getElementById('...').focus()
})
{{< /highlight >}}