We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c472ca8 commit f4e809eCopy full SHA for f4e809e
scss/_variables.scss
@@ -87,7 +87,7 @@ $colors: (
87
) !default;
88
// scss-docs-end colors-map
89
90
-// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.
+// The contrast ratio to reach against white, to determine if color changes from "light" to "dark". Acceptable values for WCAG 2.2 are 3, 4.5 and 7.
91
// See https://www.w3.org/TR/WCAG/#contrast-minimum
92
$min-contrast-ratio: 4.5 !default;
93
0 commit comments