We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a9791 commit eb52fa7Copy full SHA for eb52fa7
package.json
@@ -141,7 +141,8 @@
141
}
142
]
143
144
- ]
+ ],
145
+ "no-warning-comments": "off"
146
147
},
148
"jest": {
src/components/text-input.tsx
@@ -22,7 +22,7 @@ const innerClass = css`
22
outline: none;
23
24
25
- &${clsx('.', hasFocusedClass)}:invalid {
+ &.${hasFocusedClass}:invalid {
26
border-bottom-color: red;
27
box-shadow: none;
28
0 commit comments