From 98ba10487d9e73a179a587828ee505c5f251e3ef Mon Sep 17 00:00:00 2001 From: Daniel Esteves Date: Wed, 18 Dec 2019 18:14:30 +0000 Subject: [PATCH] Working package of dark-mode plugin (#199) * Working package of dark-mode plugin * Better description for dark mode plugin * Update readme.md * Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f26e617..4a25a98 100644 --- a/readme.md +++ b/readme.md @@ -75,6 +75,7 @@ - [Custom Native](https://github.com/SirNavith/tailwindcss-custom-native) - Leverages Tailwind CSS's configuration to allow the creation of utilities. - [Truncate Multiline](https://github.com/jhta/tailwindcss-truncate-multiline) - Adds utilities to truncate multi-line text elements. - [Debug Screens](https://github.com/jorenvanhee/tailwindcss-debug-screens) - Adds a component that shows the currently active screen (responsive breakpoint). +- [Dark Mode with Class](https://github.com/danestves/tailwindcss-darkmode) - Adds `dark` variants based on CSS classes. > 🛑 - _The functionalities these plugins below offer have been fully or partially implemented in the latest Tailwind CSS versions._