From 3ecc6e342beb0d2f66c752f2c922dc46a1eb986b Mon Sep 17 00:00:00 2001 From: Navith <28162694+JakeNavith@users.noreply.github.com> Date: Fri, 28 Aug 2020 23:33:52 -0400 Subject: [PATCH] Add `tailwindcss-theme-variants` (#287) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 2868156..39c94b6 100644 --- a/readme.md +++ b/readme.md @@ -85,6 +85,7 @@ - [Brand Colors](https://github.com/praveenjuge/tailwindcss-brand-colors) - Adds various brand colors for background, border and text. - [Padded Radius](https://github.com/locksten/tailwindcss-padded-radius) - Adds variants for matching nested border radii. - [Bootstrap Grid](https://github.com/karolis-sh/tailwind-bootstrap-grid) - Generates Bootstrap's style flexbox grid system. +- [Theme Variants](https://github.com/JakeNavith/tailwindcss-theme-variants) - Adds theming variants based on media queries and/or CSS selectors. > 🛑 - _The functionalities these plugins below offer have been fully or partially implemented in the latest Tailwind CSS versions._