We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1fd9e commit dda5c92Copy full SHA for dda5c92
sass/color/_mixins.scss
@@ -45,9 +45,9 @@ $_added: () !default;
45
/// }
46
/// @example scss - Generated CSS custom properties
47
/// :root {
48
-/// --ig-wcga-a: 0.7; // Level A threshold
49
-/// --ig-wcga-aa: 0.6; // Level AA threshold
50
-/// --ig-wcga-aaa: 0.5; // Level AAA threshold
+/// --ig-wcga-a: 0.31; // Level A threshold
+/// --ig-wcga-aa: 0.185; // Level AA threshold
+/// --ig-wcga-aaa: 0.178; // Level AAA threshold
51
/// --ig-contrast-level: var(--ig-wcga-aaa);
52
/// --l: clamp(0, (l / var(--ig-contrast-level) - 1) * -infinity, 1);
53
0 commit comments