tags:

views:

59

answers:

1

Is there CSS Meta Framefork for ASP.NET? Something like LESS or xCSS.

+3  A: 

There is the very interesting framework called DotLess.

dotLess is actually a port of .LESS for ASP.Net. The framework is implemented in form of a ASP.Net Handler and works for files with .LESS extensions just like LESS.

I've attempted implementing it in one of my projects but for some reason while it worked on my dev machine I couldn't get it to work on the server. That was more than 6 months ago though and implementing it is still in my agenda. When I am a little less busy.

I would definitely recommend it.

Cyril Gupta
+1 it very useful. does it work well? has it bugs, features?
igor
It worked well on my dev machine. But like I said I couldn't get it to work on the server due to some configuration issues. Probably my mistake. There was not a lot of documentation available when I checked last. But the guys who made it have a google-group and entertain questions.
Cyril Gupta