From 2b01a895973e70fb91e314be67a94f13c0e5e4c6 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:33:40 +0200 Subject: [PATCH] remove test in default config --- src/lib/default-config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/default-config.ts b/src/lib/default-config.ts index 56f29a1b..45c921d9 100644 --- a/src/lib/default-config.ts +++ b/src/lib/default-config.ts @@ -1218,8 +1218,7 @@ export function getDefaultConfig() { * Ring Color * @see https://tailwindcss.com/docs/ring-color */ - // TODO: Remove testing class - 'ring-color': [{ ring: [colors, 'ring-testing-something-this-needs-to-get-removed'] }], + 'ring-color': [{ ring: [colors] }], /** * Ring Opacity * @see https://tailwindcss.com/docs/ring-opacity