From 4604707fb4d0411d76eb0b81e261dfa550b4a2ac Mon Sep 17 00:00:00 2001 From: Al | Naucode <22015497+TheNaubit@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:06:16 +0200 Subject: [PATCH] feat: added tailwind dot grid background plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1bc9a2..cd2463b 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.