From 360384cf998f9e693a6d6c1cfe65e75a226f30b0 Mon Sep 17 00:00:00 2001 From: Ethosa <49402667+Ethosa@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:09:15 +0700 Subject: [PATCH] Added package tailwindcss (#2787) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 68b29e3..8f51c1f 100644 --- a/packages.json +++ b/packages.json @@ -32287,5 +32287,21 @@ "description": "highlight.js bindings for Nim", "license": "MIT", "web": "https://github.com/Ethosa/highlightjs" + }, + { + "name": "tailwindcss", + "url": "https://github.com/Ethosa/tailwindcss-nim", + "method": "git", + "tags": [ + "web", + "frontend", + "tailwindcss", + "tailwind", + "javascript", + "bindings" + ], + "description": "Tailwind CSS bindings for Nim", + "license": "MIT", + "web": "https://github.com/Ethosa/tailwindcss-nim" } ]