From 6c8db2d8e1c2b8c171a57f23259274028f4bbf40 Mon Sep 17 00:00:00 2001 From: Muhammad Sammy Date: Sun, 3 Jan 2021 12:26:47 +0200 Subject: [PATCH] feat: remove `shadow-outline` and `shadow-xs` (closes #92) --- src/cli/lib/defaultTailwindConfig.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/cli/lib/defaultTailwindConfig.ts b/src/cli/lib/defaultTailwindConfig.ts index abf63d02..b4b9d7da 100644 --- a/src/cli/lib/defaultTailwindConfig.ts +++ b/src/cli/lib/defaultTailwindConfig.ts @@ -107,15 +107,13 @@ export const defaultTailwindConfig = { '8': '8px', }, boxShadow: { - xs: '0 0 0 1px rgba(0, 0, 0, 0.05)', sm: '0 1px 2px 0 rgba(0, 0, 0, 0.05)', - default: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)', + DEFAULT: '0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06)', md: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)', lg: '0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)', xl: '0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)', '2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.25)', inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.06)', - outline: '0 0 0 3px rgba(66, 153, 225, 0.5)', none: 'none', }, container: {}, @@ -644,7 +642,6 @@ export const defaultTailwindConfig = { fontSize: ['responsive'], fontSmoothing: ['responsive'], fontVariantNumeric: ['responsive'], - fontWeight: ['responsive'], gradientColorStops: ['responsive', 'dark', 'hover', 'focus'], height: ['responsive'], inset: ['responsive'],