> inline-svg plugin for [gulp](https://github.com/wearefractal/gulp)
This plugin takes a couple of SVG files and provides them inside a Sass mixin as inlined background-images. By doing so, you can use them without having to touch you Markup.
This plugin takes a couple of SVG files and provides them inside a Sass mixin as inlined background-images. By doing so, you can use them without having to touch your markup.
## Compatibility
The inlined SVG gets URL encoded, so it is save to use starting with IE9.
...
...
@@ -11,7 +11,7 @@ The generated mixin contains width and height values for each SVG. Those values
## Usage
First, install `gulp-inline-svg as a development dependency:
First, install `gulp-inline-svg` as a development dependency: