Sass eyeglass module for URL-escaping strings
The eyeglass-inline-svg module provides helpers to directly inline SVG files, you may want to use it instead, this module is used internally by it.
npm install --save-dev eyeglass-inline-urlescape
@import 'file-text';
@import 'inline-urlescape';
$text: inline-urlescape(file-text('./loremipsum.txt'));
String to URL-escape.