_rotate.scss 90 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 .rotate-15 { transform: rotate(15deg); } .rotate-n-15 { transform: rotate(-15deg); }