From d25b752987c73729fe7d0a952da8f2fdb527e3d2 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Tue, 2 Nov 2021 14:15:03 +0100 Subject: [PATCH] allow custom values for list-style-type in default config --- src/default-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default-config.ts b/src/default-config.ts index 0fff4196..b878c6ea 100644 --- a/src/default-config.ts +++ b/src/default-config.ts @@ -596,7 +596,7 @@ export function getDefaultConfig() { * List Style Type * @see https://tailwindcss.com/docs/list-style-type */ - 'list-style-type': [{ list: ['none', 'disc', 'decimal'] }], + 'list-style-type': [{ list: ['none', 'disc', 'decimal', isCustomValue] }], /** * List Style Position * @see https://tailwindcss.com/docs/list-style-position