Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 555 Bytes

File metadata and controls

27 lines (20 loc) · 555 Bytes

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.