From 336d7e563285ec0c5b74a4d75221292b36e13d20 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Wed, 19 Oct 2022 22:40:28 +0200 Subject: [PATCH] Add new fill-none utility for fill: none, Add new stroke-none utility for stroke: none https://github.com/tailwindlabs/tailwindcss/pull/9403 --- src/lib/default-config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/default-config.ts b/src/lib/default-config.ts index f7f8a56..960e49c 100644 --- a/src/lib/default-config.ts +++ b/src/lib/default-config.ts @@ -1518,7 +1518,7 @@ export function getDefaultConfig() { * Fill * @see https://tailwindcss.com/docs/fill */ - fill: [{ fill: [colors] }], + fill: [{ fill: [colors, 'none'] }], /** * Stroke Width * @see https://tailwindcss.com/docs/stroke-width @@ -1528,7 +1528,7 @@ export function getDefaultConfig() { * Stroke * @see https://tailwindcss.com/docs/stroke */ - stroke: [{ stroke: [colors] }], + stroke: [{ stroke: [colors, 'none'] }], // Accessibility /** * Screen Readers