aboutsummaryrefslogtreecommitdiff
path: root/scss/_functions.scss
diff options
context:
space:
mode:
authorLouis-Maxime Piton <[email protected]>2024-08-07 12:11:06 +0200
committerGitHub <[email protected]>2024-08-07 12:11:06 +0200
commit3083596e87146c1c5a61de7238cb69e1dab5ae8b (patch)
tree7c36cfe9eba5cd18b7f6c2b5abd092afad716e2e /scss/_functions.scss
parent4e954ea3322e0a2c6428159108c676428a05d748 (diff)
downloadbootstrap-3083596e87146c1c5a61de7238cb69e1dab5ae8b.tar.xz
bootstrap-3083596e87146c1c5a61de7238cb69e1dab5ae8b.zip
Docs: update WCAG links and references (#40703)
Co-authored-by: Julien Déramond <[email protected]>
Diffstat (limited to 'scss/_functions.scss')
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index 90296586b..e04b5c61b 100644
--- a/scss/_functions.scss
+++ b/scss/_functions.scss
@@ -177,7 +177,7 @@ $_luminance-list: .0008 .001 .0011 .0013 .0015 .0017 .002 .0022 .0025 .0027 .003
@return if($l1 > $l2, divide($l1 + .05, $l2 + .05), divide($l2 + .05, $l1 + .05));
}
-// Return WCAG2.1 relative luminance
+// Return WCAG2.2 relative luminance
// See https://www.w3.org/TR/WCAG/#dfn-relative-luminance
// See https://www.w3.org/TR/WCAG/#dfn-contrast-ratio
@function luminance($color) {