postcss-base64
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "postcss-base64", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Replace values in url() statements with base64 encoded strings.", | ||
@@ -5,0 +5,0 @@ "author": "Jelmer de Maat", |
@@ -9,2 +9,10 @@ postcss-base64, a [PostCSS](https://github.com/postcss/postcss/) plugin, replaces urls or values inside `url()` functions with their base64 encoded strings. | ||
## Install | ||
Install it from [NPM](https://www.npmjs.com/package/postcss-base64): | ||
``` | ||
npm install postcss-base64 | ||
``` | ||
## Use | ||
@@ -11,0 +19,0 @@ |
8220
86