Skip to content

Commit

Permalink
fix: css pseudo-class syntax warning
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Jan 8, 2025
1 parent 35cafb1 commit 3e1fbd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const stepStyle = {
height: 'auto',
borderWidth: 0,
backgroundColor: 'transparent',
'[role=group]:last-of-type &': {
'[role=group]:lastOfType &': {
'.vertical-divider:last-of-type': { opacity: 0 },
},
}
Expand Down

0 comments on commit 3e1fbd8

Please sign in to comment.