I wonder if there is a way to precompile *.less files(http://www.dotlesscss.org/) with visual studio.
*.less
The site gives me a dotless.compiler.exe
dotless.compiler.exe
Phil Haack to the rescue: http://haacked.com/archive/2009/12/02/t4-template-for-less-css.aspx
Whenever you want to have something generated in your solution at compile time, T4 is usually the way to go...