 INTRODUCTION
==============
Mincss is a POSIX shell script for stripping newlines,
other white space and comments from a Cascading Style Sheet.

The following files should be present in the archive:

  Makefile
      Installation and uninstallation
  README
      This file
  mincss
      The minification script

 INSTALLATION
==============
To install, "make install" as root, E.G.:
  sudo make install
NOTE: This will overwrite any programs in the install path already
named "mincss".

To uninstall, "make uninstall" as root, E.G.:
  sudo make uninstall

 USAGE
=======
mincss input-file [output-file]

If output-file is specified, the minified CSS will be written to that file.
If output-file is omitted, the minified CSS will be echoed to stdout.

 NOTES
=======
 * No validation takes place - input is assumed to be valid CSS.
 * Comments and (most) whitspace will be stripped.
 * Testing has taken place with moderately complex CSS files
   from a variety of publicly available sites. With increasing
   complexity, expect bugs.
 * Mincss is linted with shellcheck.

 LICENSE
=========
Usage of the works is permitted provided that this instrument is
retained with the works, so that any entity that uses the works is
notified of this instrument.
DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.
