From a7c896828ed12ec76f73bd69a1fdee76b736d68f Mon Sep 17 00:00:00 2001 From: oudwins Date: Mon, 1 Apr 2024 20:41:14 +0200 Subject: [PATCH] docs: added badges to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 407422e..f287cf3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# tailwind-merge-go +# tailwind-merge-go - Tailwind Merge For Golang + +Go Reference +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![Go Report Card](https://goreportcard.com/badge/Oudwins/tailwind-merge-go)](https://goreportcard.com/report/github.com/Oudwins/tailwind-merge-go) Utility function to efficiently merge Tailwind CSS classes in Golang without style conflicts. This library aims to be as close as possible to a 1:1 copy of the original [dcastil/tailwind-merge](https://github.com/dcastil/tailwind-merge/) library written in javascript.