Skip to content

Commit 3999253

Browse files
reininkadamwathan
andcommitted
Remove old outline property from default config
Co-Authored-By: Adam Wathan <[email protected]>
1 parent d9013e4 commit 3999253

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stubs/defaultConfig.stub.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -697,11 +697,6 @@ module.exports = {
697697
11: '11',
698698
12: '12',
699699
},
700-
outline: {
701-
none: ['2px solid transparent', '2px'],
702-
white: ['2px dotted white', '2px'],
703-
black: ['2px dotted black', '2px'],
704-
},
705700
padding: ({ theme }) => theme('spacing'),
706701
placeholderColor: ({ theme }) => theme('colors'),
707702
placeholderOpacity: ({ theme }) => theme('opacity'),

0 commit comments

Comments
 (0)