This class can be used to compress CSS files by removing unnecessary characters. It takes the contents of a CSS file and compresses it by removing comments, white spaces and semi-colons after statements at the end of the line. The compressed CSS output is returned as a string.