// Rotated & Flipped Icons
// -------------------------

.#{$lk-css-prefix}-rotate-90  { transform: rotate(90deg); }
.#{$lk-css-prefix}-rotate-180 { transform: rotate(180deg); }
.#{$lk-css-prefix}-rotate-270 { transform: rotate(270deg); }

.#{$lk-css-prefix}-flip-horizontal { transform: scale(-1, 1); }
.#{$lk-css-prefix}-flip-vertical   { transform: scale(1, -1); }
.#{$lk-css-prefix}-flip-both,
.#{$lk-css-prefix}-flip-horizontal.#{$lk-css-prefix}-flip-vertical {
  transform: scale(-1, -1);
}
