Example

Arrows

The arrows mixin lets you create an arrow using borders.

arrow up
HTML: 
            arrow up<span class="mixins-example-arrow">_</span>
SCSS: 
        .mixins-example-arrow {
            @include arrow("up", 8px, #000)
        }

Classes

Mixin Parameters Values
Arrow Direction, size, color (up, down, left, right), (number)px, #(color)