I don't mean vendor prefixes. The classes that will be assigned to
html-element by Modernizr can be targeted with CSS/LESS.
eg. Firefox will have html class="no-js box-shadow cssgradients ....." I
wan't LESS to prepend these classes to the selector so IE will pass the
selector .cssgradients .some-selector{properties} that way I know exactly
what browsers I target AND don't apply IE-hacks like pie.htc and filters if
.ie6, .ie7, or .ie8 is assigned to html-element. Me luv this Modernizr-way
pinpointing!