Improve accessibility of the nav toggle button

Improve the accessibility for the nav toggle button by adding a border
around the button when it is focussed on.

I've added a custom Tailwind CSS variant to do this using a custom
`focus-visible` variant in tailwind.config.js, and using the
https://www.npmjs.com/package/focus-visible polyfill.
This commit is contained in:
Oliver Davies 2020-07-23 13:57:38 +01:00
parent 95d4c4a03b
commit fe7142e1f1
5 changed files with 82 additions and 3 deletions

View file

@ -1,4 +1,5 @@
import 'alpinejs'
import 'focus-visible'
import 'styles/tailwind.pcss'
import hljs from 'highlightjs'