To run CSSCop, simply right-click any CSS file, folder or project in Solution Explorer. That kicks of the rules engine and a list of warnings is added to the Error List.
The first time CSSCop is running, it will create a settings file (csslint.xml) in the root of your website. You can modify this file to turn rules on and off as you see fit. You can also specify whether or not the warnings should be treated as errors and be shown as such in the Error List.
Version 1.5
Support for Visual Studio 14
Version 1.4
Support for Visual Studio 2012
Version 1.2
Fixed a but with sites opened from an IIS Express path
Version 1.1
No longer requires IE9 to run
Fixed issue with .css file not part of the project