File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -45,39 +45,6 @@ export default {
45
45
} ,
46
46
// Default to `size='m'` without needing the attribute
47
47
converter . classToHost ( 'spectrum-Textfield--sizeM' ) ,
48
- // {
49
- // find: [
50
- // builder.class('spectrum-Textfield--sizeS'),
51
- // ],
52
- // replace: [
53
- // {
54
- // replace: builder.attribute('size', 's'),
55
- // }
56
-
57
- // ],
58
- // },
59
- // {
60
- // find: [
61
- // builder.class('spectrum-Textfield--sizeL'),
62
- // ],
63
- // replace: [
64
- // {
65
- // replace: builder.attribute('size', 'l'),
66
- // }
67
-
68
- // ],
69
- // },
70
- // {
71
- // find: [
72
- // builder.class('spectrum-Textfield--sizeXL'),
73
- // ],
74
- // replace: [
75
- // {
76
- // replace: builder.attribute('size', 'xl'),
77
- // }
78
-
79
- // ],
80
- // },
81
48
...converter . enumerateAttributes (
82
49
[
83
50
[ 'spectrum-Textfield--sizeS' , 's' ] ,
You can’t perform that action at this time.
0 commit comments