Skip to content
erikvanbrakel edited this page Sep 13, 2010 · 1 revision

What is Less.Net?
Less.Net is a full port of the LESS ruby gem. A quote from the official website:
LESS extends CSS with: variables, mixins, operations and nested rules.
Best of all, LESS uses existing CSS syntax. This means you can rename your current .css files to .less and they’ll just work.”
We want to leverage that for the .NET community.

The main goal of the project is to offer .NET webdevelopers using a default .NET installation to easily use the LESS syntax, by simply adding a few DLLs to your project. You can then configure a HTTP handler, and your ready to go!

Clone this wiki locally