Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strarsis/eyeglass-inline-urlescape
Sass eyeglass module for URL-escaping strings
https://github.com/strarsis/eyeglass-inline-urlescape
Last synced: 13 days ago
JSON representation
Sass eyeglass module for URL-escaping strings
- Host: GitHub
- URL: https://github.com/strarsis/eyeglass-inline-urlescape
- Owner: strarsis
- Created: 2015-09-17T18:19:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T14:52:20.000Z (about 8 years ago)
- Last Synced: 2024-10-18T23:55:18.889Z (about 1 month ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eyeglass-inline-urlescape
Sass eyeglass module for URL-escaping strings[![david](https://david-dm.org/strarsis/eyeglass-inline-urlescape.svg)](https://david-dm.org/strarsis/eyeglass-inline-urlescape)
[![NPM](https://nodei.co/npm/eyeglass-inline-urlescape.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/eyeglass-inline-urlescape/)
SVG files / background image
-----------------------------
The [eyeglass-inline-svg](https://github.com/strarsis/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.
Installation
------------
````
npm install --save-dev eyeglass-inline-urlescape
````Usage
-----
````
@import 'file-text';
@import 'inline-urlescape';$text: inline-urlescape(file-text('./loremipsum.txt'));
````Arguments
---------
### input string
String to URL-escape.