postcss-encode-base64-inlined-images

PostCSS plugin encode with base64 inlined images

Usage no npm install needed!

<script type="module">
  import postcssEncodeBase64InlinedImages from 'https://cdn.skypack.dev/postcss-encode-base64-inlined-images';
</script>

README

PostCSS Encode Base64 Inlined Images Build Status

PostCSS plugin encode with base64 inlined images.

.foo {
    /* Input example */
}
.foo {
  /* Output example */
}

Usage

postcss([ require('postcss-encode-base64-inlined-images') ])

See PostCSS docs for examples for your environment.