Previewer for CSS angles.
You don't need to do anything. With this plugin loaded, a previewer will appear on hovering the angle values in code blocks.
This plugin is compatible with CSS, Less, Sass, Scss and Stylus.
div {
transform: rotate(10deg);
}
@angle: 3rad;
#header a {
transform: rotate(.4turn)
}
$angle: 380grad
@mixin foobar
transform: rotate(-120deg)
.foo
transform: rotate(18rad)
$angle: 1.8turn;
.foo {
transform: rotate(-3rad)
}
angle = 357deg
.foo
transform: rotate(100grad)