Utilities » Mixins RotateLink
Since: 1.0.0 New IssueA shorthand mixin for rotate. Takes care of browser
prefixes for you. You could use transform
as well.
Accepts an amount of degrees to rotate by.
More info at MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/transform
Examples
Rotate a callout 90 degrees.
.callout {
@include rotate( 90 );
}
_mixins.scss, line 462
View Source