Skip to content

Commit 385e353

Browse files
caseyisonitcastastrophe
authored andcommitted
chore: remove unused code
1 parent da10d48 commit 385e353

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

packages/textfield/src/spectrum-config.js

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -45,39 +45,6 @@ export default {
4545
},
4646
// Default to `size='m'` without needing the attribute
4747
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-
// },
8148
...converter.enumerateAttributes(
8249
[
8350
['spectrum-Textfield--sizeS', 's'],

0 commit comments

Comments
 (0)