The Ushahidi Platform uses , a Sass mixin library. While Bourbon covers most of our mixin needs, there are times when custom mixins are needed. When that is the case each custom mixin is given it's own .scss file in the directory which are then @imported via the file.
Create a custom mixin when anticipating a reusable block of css.
The mixin title is rotate
The default degree value is 90 degrees
The mixin is called with @include
75deg overrides the 90deg default