adds color contrast checker link on readme files
This commit is contained in:
@@ -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`) :
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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`) :
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user