From e4368d35bcb3ace9b33135ca16a455c19b5ceb92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fukan=20=C3=87avu=C5=9F?= <38227845+dgknca@users.noreply.github.com> Date: Sun, 19 Dec 2021 00:14:24 +0300 Subject: [PATCH] add(plugins): tailwindcss-container-query (#427) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d79b0e..902235d 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ - 🧬 [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. +- 🧬 [Container Queries](https://github.com/dgknca/tailwindcss-container-query) - Adds CSS Container Query variants. - 🧩 [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.