From 447105af21d4f17106f0fe02ac41958f9733bc96 Mon Sep 17 00:00:00 2001 From: Jalen <49196998+JalenWasHere@users.noreply.github.com> Date: Tue, 15 Jul 2025 17:26:14 +0200 Subject: [PATCH] Added missing var function --- plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.js b/plugin.js index 1589d194..c9e0525b 100644 --- a/plugin.js +++ b/plugin.js @@ -277,7 +277,7 @@ module.exports = plugin.withOptions(function (options = {}) { width: spacing[4], color: 'var(--color-blue-600)', 'background-color': '#fff', - 'border-color': '--color-gray-500', + 'border-color': 'var(--color-gray-500)', 'border-width': borderWidth['DEFAULT'], '--tw-shadow': '0 0 #0000', },