All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package._transformations.scss Maven / Gradle / Ivy

The newest version!
.rotate-90 {
  transform: rotate(90deg);
}
.rotate-180 {
  transform: rotate(180deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.flip-horizontal {
  transform: scaleX(-1);
}
.flip-vertical {
  transform: scaleY(-1);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy