Guide To Install cssembed On Mac using Brew

Package Information:

Name: cssembed
Use: Automatic data URI embedding in CSS files
URL: https://www.nczonline.net/blog/2009/11/03/automatic-data-uri-embedding-in-css-files/

Installation Steps:

  1. Open Terminal by hitting <command+space>. Type terminal and hit Enter key.
  2. Now, Execute
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cssembed using brew
    brew install cssembed

cssembed is ready to use now!