Skip to content

Commit

Permalink
feat: remove shadow-outline and shadow-xs (closes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadsammy committed Jan 3, 2021
1 parent c22de68 commit cd61494
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cli/lib/defaultTailwindConfig.ts
Expand Up @@ -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: {},
Expand Down Expand Up @@ -644,7 +642,6 @@ export const defaultTailwindConfig = {
fontSize: ['responsive'],
fontSmoothing: ['responsive'],
fontVariantNumeric: ['responsive'],
fontWeight: ['responsive'],
gradientColorStops: ['responsive', 'dark', 'hover', 'focus'],
height: ['responsive'],
inset: ['responsive'],
Expand Down

0 comments on commit cd61494

Please sign in to comment.