This document discusses using Less/Sass in .NET projects and compares different options for generating CSS from Less/Sass files both at design time within Visual Studio and at runtime. It covers tools like Chirpy, Mindscape Web Workbench, DotLess, and using Node.js with Less/Sass that allow generating CSS in Visual Studio, runtime, or both with tradeoffs around keeping source and generated files in sync. Sample code transforms using Less are also provided.