sassvg-arrows
v1.0.1
Published
sass SVG arrow generator
Downloads
2
Readme
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