Find a file
2023-08-24 22:14:54 +01:00
src feat: initial commit 2023-08-24 19:52:08 +01:00
.gitignore feat: initial commit 2023-08-24 19:52:08 +01:00
index.html test: split lines 2023-08-24 20:39:35 +01:00
LICENSE chore: use the Apache License 2.0 2023-08-24 22:14:54 +01:00
package.json chore: use the Apache License 2.0 2023-08-24 22:14:54 +01:00
README.md docs: add example to README 2023-08-24 20:04:33 +01:00
tailwind.config.js chore: add test index.html 2023-08-24 19:59:30 +01:00

tailwindcss-plugin-hocus-state

A Tailwind CSS plugin that adds a hocus variant to add styles for both hover and focus states with the same utility.

Example

<a class="hocus:bg-black hocus:text-white hocus:underline" href="#0">This is a link</a>