It was just a few weeks ago when I heard of LESS for Ruby, and now there a port for .NET developers: .less (dot less). One of the frustrating aspects of working with CSS (one of many, actually) is the amount of duplication in a .css file. CSS does allow us to separate content from presentation, but, if I had a nickel for every time I did a search and replace for some hexadecimal RGB code replicated 5 times in a CSS file, I’d buy each of you an interactive t-shirt. .less help to keep your...