Skip to content

Commit dda5c92

Browse files
authored
Update sass/color/_mixins.scss
1 parent bc1fd9e commit dda5c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sass/color/_mixins.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ $_added: () !default;
4545
/// }
4646
/// @example scss - Generated CSS custom properties
4747
/// :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
48+
/// --ig-wcga-a: 0.31; // Level A threshold
49+
/// --ig-wcga-aa: 0.185; // Level AA threshold
50+
/// --ig-wcga-aaa: 0.178; // Level AAA threshold
5151
/// --ig-contrast-level: var(--ig-wcga-aaa);
5252
/// --l: clamp(0, (l / var(--ig-contrast-level) - 1) * -infinity, 1);
5353
/// }

0 commit comments

Comments
 (0)