From 3fe687f73b9974c110f95969a33edb6bf5b50f82 Mon Sep 17 00:00:00 2001 From: Albert Adler <22015497+TheNaubit@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:29:18 +0200 Subject: [PATCH] add(plugins): Dot & Grid Backgrounds (#557) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1bc9a2..1d5cb46 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ - 🧬 [FormKit](https://github.com/formkit/formkit/tree/master/packages/tailwindcss) - Adds variants for input and form states for FormKit. - 🧬 [Htmx](https://github.com/aniftyco/tailwind-htmx) - Adds variants for styling on [htmx](https://htmx.org/reference/#classes) events. - 🧩 [Debug screens](https://github.com/jorenvanhee/tailwindcss-debug-screens) - Adds a component that shows the currently active screen (responsive breakpoint). +- 💼 [Dot & Grid Backgrounds](https://github.com/TheNaubit/tailwind-dot-grid-backgrounds) - Adds `bg-grid` and `bg-dot` classes to add easy-to-customize grid and dot pattern backgrounds with just CSS.