:root{
    --fa-rotate-angle: 0deg;
}
.fa-rotate-by{
    transform: rotate(var(--fa-rotate-angle, 0deg)) !important;
}