Skip to main content

$contrast-ratios

A map defining the WCAG standard contrast ratios.

@use '@sass-fairy/color';

// The variable’s default value...
@debug color.$contrast-ratios;
// (AA: (normal: 4.5, large: 3), AAA: (normal: 7, large: 4.5))