Skip to content

Instantly share code, notes, and snippets.

@kolyasademetrio
Created September 15, 2016 10:27
Show Gist options
  • Save kolyasademetrio/6525f2d41562f3aecd32f7a0cd052a0d to your computer and use it in GitHub Desktop.
Save kolyasademetrio/6525f2d41562f3aecd32f7a0cd052a0d to your computer and use it in GitHub Desktop.
LESS: .transform();
.transform( @scale: 1.1 ) {
-webkit-transform: scale(@scale, @scale);
-moz-transform: scale(@scale, @scale);
-o-transform: scale(@scale, @scale);
transform: scale(@scale, @scale);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment