Merge pull request #1698 from consul/accesibility

Color contrast checker
This commit is contained in:
Raimond Garcia
2017-06-26 17:42:50 +02:00
committed by GitHub
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
```
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`) :
```

View File

@@ -65,6 +65,8 @@ Si añades código SCSS puedes revisarlo con:
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`) :
```