/* Rotate Css Start */ .hover-rotate { &-360 { &:hover { transform: rotate(180deg); } } } /* Rotate Css End */