.less – The dynamic stylesheet language for .NET
Write regular CSS with your .NET apps, then add a few variables, mixins and nested rules.
.less is a .NET port of the funky LESS JavaScript library
1. Install: PM> Install-Package dotless
2. From Command Line: dotless.Compiler my_style.less my_style.css more here
3. Reference
5. Post Build:
$(SolutionDir)packages\dotless.x.x.x.x\tool\dotless.Compiler.exe
$(ProjectDir)content\less\*.less.css $(ProjectDir)content\
Download: http://www.dotlesscss.org/
Source: github
No comments yet.
