keyboard-only-outlines

v1.0.4
Disable outlines displayed when using navigation methods other than keyboard navigation (e.g.: tab).
outline focus tab click keyboard

build:commonjs

BABEL_ENV=commonjs babel src -d lib

build:es

BABEL_ENV=es babel src -d es

build

npm run build:commonjs && npm run build:es

lint

eslint --ignore-path .gitignore . && stylelint --ignore-path .gitignore "**/*.css"

test

jest --coverage

prerelease

npm t && npm run lint && npm run build

release

standard-version
npm i keyboard-only-outlines

Metadata

  • MIT
  • Whatever
  • João Mota
  • released 7/24/2019

Downloads