Archive | CSS RSS feed for this section

“Friday Karl” recommends (20-08)

20 Aug

Using LESS Css for .NET with ASP.NET MVC 2

23 Jul

UPDATE: You can get LESS working on your .NET projects easier by using the Nuget package dotless.

This week I’ve trying out LESS Css, it’s a great tool for creating dynamic css. Christopher Owen, Erik van Brakel, Daniel Hoelbling and James Foster created a version of the LESS compliler for .NET, but there are no instructions on how to implement it with ASP.NET MVC. So, here it goes:

(more…)