From ce851d80dbe10602c2d68f3660ce73bd6b737465 Mon Sep 17 00:00:00 2001 From: Mirko Nowak <26537592+Microwawe@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:20:31 +0200 Subject: [PATCH] add(plugins): tailwindcss-pseudo-selectors (#356) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b5b914..7f30019 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ - 🧬 [Padded Radius](https://github.com/locksten/tailwindcss-padded-radius) - Adds variants for matching nested border radii. - 🧬 [Fluid](https://github.com/soberwp/tailwindcss-fl) - Generates `fl:` variants. - 🧬 [Marker](https://github.com/RadishIO/tailwindcss-marker) - Provides utilities for styling lists and `` markers. +- 🧬 [Pseudo selectors](https://github.com/Microwawe/tailwindcss-pseudo-selectors) - Adds variants for the pseudo-classes and pseudo-elements that Tailwind CSS doesn't have by default. - 🧩 [Debug Screens](https://github.com/jorenvanhee/tailwindcss-debug-screens) - Adds a component that shows the currently active screen (responsive breakpoint). - 🧩 [Heropatterns](https://github.com/AndreaMinato/tailwind-heropatterns) - Adds [Hero Patterns](https://www.heropatterns.com) components. - 🧩 [Responsive Embed](https://github.com/drdogbot7/tailwindcss-responsive-embed) - Adds a `responsive-embed` component.