From 33c56b70bd1fd99c484d41fec8c16de8a7fd0c55 Mon Sep 17 00:00:00 2001 From: Danry Ague <74456102+decanTyme@users.noreply.github.com> Date: Fri, 20 Jan 2023 08:30:26 +0800 Subject: [PATCH] fix(color-parser): remove wrong import --- src/color.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/color.ts b/src/color.ts index 6af8982..c0258cc 100644 --- a/src/color.ts +++ b/src/color.ts @@ -2,7 +2,7 @@ // Copyright (c) Tailwind Labs, Inc. (https://tailwindcss.com/) // and used under the terms of the MIT license -import namedColors, { RGB } from "color-name" +import namedColors from "color-name" import { TailwindColorGroup, TailwindThemeColors,