From 61b2f42930e7233bf30c1b7a885a6298bb5c5f44 Mon Sep 17 00:00:00 2001 From: Sam Bauers Date: Mon, 17 Apr 2023 23:09:12 +1000 Subject: [PATCH] add(plugins): tailwindcss-3d (#495) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9902723..e65ecee 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ - 💼 [Grid Areas](https://github.com/SavvyWombat/tailwindcss-grid-areas) - Adds `grid-areas` and `grid-area` utilities. - 💼 [Full Bleed Background and Borders](https://github.com/dgknca/tailwindcss-full-bleed) - Provides utilities for extended backgrounds and borders. - 💼 [CSS Filter Order](https://github.com/joshdavenport/tailwindcss-filter-order) - Adds `filter-order` utilities for changing the order of filters in the generated CSS. +- 💼 [TailwindCSS 3D](https://github.com/sambauers/tailwindcss-3d) - Adds 3D `transform` utilities and animations. - 🧬 [Touch](https://github.com/SteadfastCollective/tailwindcss-touch) - Adds `touch` variants. - 🧬 [Localized](https://github.com/hdodov/tailwindcss-localized) - Adds variants based on the HTML `lang` attribute, to use utilities only with certain languages. - 🧬 [Padded Radius](https://github.com/locksten/tailwindcss-padded-radius) - Adds variants for matching nested border radii.