Currently, I'm tasked with a project that involves utilizing the CSS code below.
.hexagon, .hexagon::before, .hexagon::after {
width: 67px;
height: 116px;
border-radius: 18%/5%;
}
I am wondering if there is a method to apply the specified style through Material-UI's makeStyles
without needing to use separate before and after selectors?