Skip to content
Merged
Prev Previous commit
Next Next commit
fix: use non-functional name for ::picker
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
  • Loading branch information
tyrann0us and jeddy3 authored Jun 17, 2025
commit f415ee34d2b86eda75e168dff8c1aa8fbda1ecb8
2 changes: 1 addition & 1 deletion lib/reference/selectors.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export const pseudoElements = uniteSets(
'highlight',
'marker',
'picker-icon',
'picker()',
'picker',
'placeholder',
'scroll-marker-group',
'scroll-marker',
Expand Down
Loading