@squirrel-forge/sass-base64-loader
Version:
A node sass function for importing files as base64 encoded strings built for the new sass js api.
20 lines (14 loc) • 455 B
Markdown
# Changelog
## 0.11.2
- Improved docs.
## 0.11.1
- Fixed fatal output double quoting.
## 0.11.0
- Added signature as static factory property.
- Added async mimetype detection option without using remote loading.
- Fixed docs.
## 0.10.0
- Added second argument sassOptions to factory that allows automatically adding the function.
- Support sync and async with different features according to capabilities.
## 0.9.0
- Core features prototype.