diff options
| author | XhmikosR <[email protected]> | 2020-09-28 15:01:25 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-09-28 15:01:25 +0300 |
| commit | ec812dcf80f83ad59accb5e7db51e1d09c1819cf (patch) | |
| tree | f56eb0634af6402a7a36c67c66752a5446e60dfd /scss | |
| parent | c30b6df54bcaffa52a5e9f4bf117aa5dcd7b7a7e (diff) | |
| download | bootstrap-ec812dcf80f83ad59accb5e7db51e1d09c1819cf.tar.xz bootstrap-ec812dcf80f83ad59accb5e7db51e1d09c1819cf.zip | |
Replace ellipsis Unicode symbol with three dots. (#31774)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_functions.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss index 83eea1fbe..fd72c98bf 100644 --- a/scss/_functions.scss +++ b/scss/_functions.scss @@ -114,7 +114,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003 } } - @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; } |
