1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 04:43:05 +03:00
css/docs/constants.js

6 lines
135 B
JavaScript
Raw Normal View History

export const WCAG_AA = 4.5
export const WCAG_AAA = 7
export const MIN_CONTRAST_RATIO = WCAG_AAA
export const CONTENT_MAX_WIDTH = 1012