.LESS Dynamic CSS for .Net

by Admin 11. March 2010 18:13

If you haven't checked out the .LESS project already, check it out: http://www.dotlesscss.com/

.LESS is an open source implementation and port of Ruby's LESS Library, for .Net. It allows for the dynamic creation of cascading style sheets. Using less you can define dynamic style sheets that can have variables, operations, mixins and nested rules. It has great cachin features as well.

for a good article on improving CSS development using .LESS, check out the .LESS project website or this article by Scott Mitchell at http://www.4guysfromrolla.com/articles/030310-1.aspx

Tags: , , ,

.NET | ASP.Net