What is the best way to select :not(:last-child)::after
?
#1711
-
Is this a best way?? export const descriptionItem = css({
display: "inline-block",
"&:not(:last-child)::after": {
content: "|",
margin: "0 0.5rem",
},
}); |
Beta Was this translation helpful? Give feedback.
Answered by
anubra266
Nov 23, 2023
Replies: 1 comment
-
Yes @FourwingsY that's okay. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
FourwingsY
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes @FourwingsY that's okay.