Port over the CssCompressor logic.
description
Port over the java code for the CssCompressor class, into C#.
Objective: Pass in a single string (which is some css) and the output will be some compressed / minified css string, that is identical in function. The algorithm for this will be the YUICompressor minification logic.