You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56afd8465f | 3 years ago | |
---|---|---|
.. | ||
node_modules | 3 years ago | |
.npmrc | 3 years ago | |
README.md | 3 years ago | |
index.js | 3 years ago | |
package.json | 3 years ago |
README.md
📄 Doc
This program tests how compliant Catppuccin's variants are with WCAG standards. The test looks like this: ever color is put on top of the base
color of the palette with a font size of 15; colors from subtext0
up are expected to be acceptable. In the case of the dark palettes, they should meet Level AA requirements. As for the light palette, however, they must meet a contrast ratio greater than 2.314159265359
.
Dev
# clone this repo
npm install # fetch all dependencies
Testing
npm start