From 0e000d7c7bdf8b63b6293e0cb6d1ef6eb9e376e3 Mon Sep 17 00:00:00 2001 From: Swann Polydor Date: Sat, 7 Mar 2020 23:53:49 +0100 Subject: [PATCH] Add `tailwind-color-alpha` (#217) * Add `tailwind-color-alpha` I made this simple plugin which works with Tailwind 1.2, it will combine all your colors with your opacity settings and generate the corresponding rgba colors. * Update readme.md Co-Authored-By: Haew --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0bc3132..ff8f9f1 100644 --- a/readme.md +++ b/readme.md @@ -72,6 +72,7 @@ - [Dark Mode with Class](https://github.com/danestves/tailwindcss-darkmode) - Adds `dark` variants based on CSS classes. - [CSS Logical Properties](https://github.com/omarkhatibco/tailwind-css-logical-properties) - Generate classnames for CSS Logical Properties for margin, padding, border-width, border-raduis, text-align, float & writing-mode. - [CSS Scroll Snap](https://github.com/hawezo/tailwindcss-scroll-snap) - Adds `scroll-snap` utilities. ++ [CSS Alpha Colors](https://github.com/soueuls/tailwind-color-alpha) - Adds opacity variants to existing colors. > 🛑 - _The functionalities these plugins below offer have been fully or partially implemented in the latest Tailwind CSS versions._