Hello 🖐,
There is a problem in the documentation with the use of variant customisation which causes an error during compilation.
It says to add the plugin with:
require('tailwindcss-interaction-variants')(),
but you have to remove the () at the end so that it gives
require('tailwindcss-interaction-variants'),
https://tailwindcss.com/docs/configuring-variants#using-custom-variants
