_rotate.scss 90 B

1234567
  1. .rotate-15 {
  2. transform: rotate(15deg);
  3. }
  4. .rotate-n-15 {
  5. transform: rotate(-15deg);
  6. }