Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 895 Bytes

arrow.md

File metadata and controls

28 lines (22 loc) · 895 Bytes

CSS Arrows

Use css-arrows via sass-mixins.



###Usage

// centered up-arrow
@include arrow(); 
// right-aligned down-arrow
@include arrow($direction: down, $align: right);
// top-aligned left-arrow with specific color & size
@include arrow($direction: left, $align: top, $color: #eee, $size: 10px);



###Snippets The Snippets for Sublime Text are optional but make the workflow much faster.
Install: Download the Snippets and place them in your (path_to_sublime)/Packages/User folder.
Usage: Just type arrow and hit TAB to place your include.



###Playground You can test the mixin over here:

alt tag

Open Playground