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
This commit is contained in:
Daniel Esteves
2019-12-18 18:14:30 +00:00
committed by Josh Manders
parent 2b13488dd6
commit 98ba10487d

View File

@@ -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._