From 4507ae3975167db9c1dfc729539be949587d0037 Mon Sep 17 00:00:00 2001 From: Omar Khatib Date: Fri, 7 Feb 2020 20:53:35 +0100 Subject: [PATCH] Add CSS Logical Properties Plugin (#207) * add CSS Logical Properties * make the requested changes --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0c5a86a..7afd569 100644 --- a/readme.md +++ b/readme.md @@ -71,6 +71,7 @@ - [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. +- [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. > 🛑 - _The functionalities these plugins below offer have been fully or partially implemented in the latest Tailwind CSS versions._