Usage:
@include button( $color [, $icon] )
Example:
@include button( #26a9e0 )
will produce:
Example:
@include button( #26a9e0, menu )
will produce:
You'll need to make sure your icon is named in the proper format as shown on line 4. In this case, the file would be named "icon-menu.svg" and in the "img" directory (from the parent directory).