Closed Jascha-Sundaresan closed 6 years ago
is there a way to do this w/ ::before and ::after on the same line to save writing display: "block" twice?
::before
::after
display: "block"
":hover": { "::before": { display: "block" }, "::after": { display: "block" } }
as far as I can tell, there's no way to do this.
is there a way to do this w/
::before
and::after
on the same line to save writingdisplay: "block"
twice?