adds color contrast checker link on readme files

This commit is contained in:
decabeza
2017-06-26 15:44:32 +02:00
parent 167df16567
commit 3ab9d8ce18
2 changed files with 4 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ If you add SCSS code you can check it with:
scss-lint scss-lint
``` ```
To maintain accesibility level, if you add new colors use a [Color contrast checker](http://webaim.org/resources/contrastchecker/) (WCAG AA is mandatory, WCAG AAA is recommended)
If you work on Coffeescript code you can check it with [coffeelint](http://www.coffeelint.org/) (install with `npm install -g coffeelint`) : If you work on Coffeescript code you can check it with [coffeelint](http://www.coffeelint.org/) (install with `npm install -g coffeelint`) :
``` ```

View File

@@ -65,6 +65,8 @@ Si añades código SCSS puedes revisarlo con:
scss-lint scss-lint
``` ```
Para mantener el nivel de accesibilidad, si añades colores nuevos utiliza un [Comprobador de contraste de color](http://webaim.org/resources/contrastchecker/) (WCAG AA es obligatorio, WCAG AAA es recomendable)
Si trabajas en código coffeescript puedes revisarlo con [coffeelint](http://www.coffeelint.org/) (instalalo con `npm install -g coffeelint`) : Si trabajas en código coffeescript puedes revisarlo con [coffeelint](http://www.coffeelint.org/) (instalalo con `npm install -g coffeelint`) :
``` ```