https://github.com/integralist/sass-base64-extension
Created an extension to Sass that adds a function to let the user convert a URL into an inline data uri
https://github.com/integralist/sass-base64-extension
Last synced: 10 months ago
JSON representation
Created an extension to Sass that adds a function to let the user convert a URL into an inline data uri
- Host: GitHub
- URL: https://github.com/integralist/sass-base64-extension
- Owner: Integralist
- Created: 2013-02-26T11:24:30.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-25T15:29:31.000Z (almost 12 years ago)
- Last Synced: 2025-08-17T22:02:26.650Z (10 months ago)
- Language: Ruby
- Size: 2.77 MB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sass-Base64-Extension
=====================
Created an extension to Sass that adds a function to let the user convert a URL into an inline data uri
This script works around IE8's 32kb restriction on data uri's.
To ensure the extension is added to Sass you'll need to pass through the name of the script to Sass when running the watch command, like so…
```sh
sass --style expanded --watch styles.scss:styles.css -r ./sass/url64.rb
```