mirror of
https://github.com/kognise/water.css.git
synced 2025-12-06 06:44:58 +01:00
Merge pull request #199 from kognise/fix/accessibility-checks
Add pa11y and fix accessibility issues
This commit is contained in:
commit
7b5fab9549
7 changed files with 431 additions and 16 deletions
|
|
@ -9,7 +9,8 @@
|
|||
"lint:js": "eslint **/*.js **/*.html gulpfile.js",
|
||||
"lint:css": "stylelint src/**/*.css docs/style.css",
|
||||
"lint": "yarn lint:js --fix && yarn lint:css --fix",
|
||||
"lint:nofix": "yarn lint:js && yarn lint:css"
|
||||
"accessibility": "yarn build && node accessibility.js",
|
||||
"validate": "yarn lint:js && yarn lint:css && yarn accessibility"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -57,10 +58,12 @@
|
|||
"gulp-terser": "^1.2.0",
|
||||
"htmlnano": "^0.2.3",
|
||||
"husky": "^4.2.5",
|
||||
"pa11y": "^5.3.0",
|
||||
"postcss-color-mod-function": "^3.0.3",
|
||||
"postcss-css-variables": "^0.12.0",
|
||||
"postcss-import": "^12.0.1",
|
||||
"postcss-inline-svg": "^4.1.0",
|
||||
"puppeteer": "^3.2.0",
|
||||
"stylelint": "^13.5.0",
|
||||
"stylelint-config-standard": "^20.0.0"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue