From 79f73af214039bfb7ce6d7340f14a5f8bdbc0964 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 24 Aug 2023 20:04:33 +0100 Subject: [PATCH] docs: add example to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f4294d6..53e61ea 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # tailwindcss-plugin-hocus-state + +A [Tailwind CSS](https://tailwindcss.com) plugin that adds a `hocus` variant to add styles for both `hover` and `focus` states with the same utility. + +## Example + +```html +This is a link +```