From 449950796531a470e75f15912a106aaaa6052c7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Plesn=C3=ADk?= Date: Wed, 27 Nov 2024 10:33:54 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a20fa3f..fb4b80b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Scroll-driven Animations for Tailwind CSS +!['License'](https://badgen.net/github/license/adamplesnik/tailwindcss-scroll-driven-animations) +!['Checks'](https://badgen.net/github/checks/adamplesnik/tailwindcss-scroll-driven-animations) +!['Stars'](https://badgen.net/github/stars/adamplesnik/tailwindcss-scroll-driven-animations) + **Unofficial** and experimental plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations. `unofficial` `experimental` `chrome-115+` From e7d6e7ffd775c0d2a7dd0a793ca9d3224b7d11d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Plesn=C3=ADk?= Date: Wed, 27 Nov 2024 10:43:00 +0100 Subject: [PATCH 2/2] Update README.md Use flat badgen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb4b80b..00977d4 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Scroll-driven Animations for Tailwind CSS -!['License'](https://badgen.net/github/license/adamplesnik/tailwindcss-scroll-driven-animations) -!['Checks'](https://badgen.net/github/checks/adamplesnik/tailwindcss-scroll-driven-animations) -!['Stars'](https://badgen.net/github/stars/adamplesnik/tailwindcss-scroll-driven-animations) +!['License'](https://flat.badgen.net/github/license/adamplesnik/tailwindcss-scroll-driven-animations) +!['Checks'](https://flat.badgen.net/github/checks/adamplesnik/tailwindcss-scroll-driven-animations) +!['Stars'](https://flat.badgen.net/github/stars/adamplesnik/tailwindcss-scroll-driven-animations) **Unofficial** and experimental plugin for Tailwind CSS v3.4+ that provides utilities for scroll-driven animations.