1.0.1 • Published 8 years ago

sassvg-arrows v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

sassvg-arrows

generates SVG-Arrows with sass. Large ones, Small ones, red ones. Demo

Setup

Install with npm or simply checkout the project.

npm install sassvg-arrows --save

Import sassvg-arrows.scss into your main scss/sass file.

@import 'sassvg-arrows';

PS: node-sass (libsass) for example lets you add the NPM directory as an import path.

Usage

@include arrow($direction: down, $weight: 2, $width: .8em, $height: .45em, $fill: red);

Credits

The awesome super clean arrow SVG was provided by Simon Raess