Commit 33e73e0
Fix WebkitAppearance to accept all valid appearance values (facebook#1496)
WebkitAppearance was restricted to only 'textfield' while the standard
appearance property accepts 'auto', 'none', and 'textfield'. Reuse the
existing appearance rule so the vendor-prefixed variant allows the same values.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent bfb7f32 commit 33e73e0
File tree
2 files changed
+8
-1
lines changed- packages/@stylexjs/eslint-plugin
- __tests__
- src/reference
2 files changed
+8
-1
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
395 | 402 | | |
396 | 403 | | |
397 | 404 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1491 | 1491 | | |
1492 | 1492 | | |
1493 | 1493 | | |
1494 | | - | |
| 1494 | + | |
1495 | 1495 | | |
1496 | 1496 | | |
1497 | 1497 | | |
| |||
0 commit comments