Questions tagged [dotless]

.less (pronounced dot-less) is a .NET port of the funky Less JavaScript library Lovingly ported by Christopher Owen, Erik van Brakel, Daniel Hoelbling, James Foster and Luke Page

.less (pronounced dot-less) is a .NET port of the funky Less JavaScript library lovingly ported by Christopher Owen, Erik van Brakel, Daniel Hoelbling, James Foster and Luke Page. You can read more about .less at: http://www.dotlesscss.org/

Installation

.less can most easily be installed through its NuGet package:

Install-Package dotless

Links

Differences between Less.js and .less

Though .less is a .NET port of the Less JS library, they do have some differences in terms of the functionalities offered. These differences are described in the official .less GitHub page.

155 questions
0
votes
2 answers

Could dot-less be used safely in .NET web applications?

I was wandering if can we safely use Less Css for .NET in a ASP.NET MVC applications. Does it have critical drawbacks / disvantages that designers and developers should be aware?
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
0
votes
2 answers

2 calls of a mixin less function with different parameters, have the same result

I call a mixin less function twice with different parameters but the result is the same and created by first parameters. There is a example: Input: .font-face (@fontName, @fontFileName) { @font-face { font-family: @fontName; src:…
Atta
  • 327
  • 1
  • 5
  • 16
0
votes
2 answers

dotless doesn't compile Mixins functions in my ASP .Net MVC application

I use dotless in my ASP .Net MVC application. It compiles .less files good. but if I use Mixins functions in my .less file, error me that "Resource interpreted as Stylesheet but transferred with MIME type text/plain" . If I remove Mixins function…
Atta
  • 327
  • 1
  • 5
  • 16
-1
votes
1 answer

How to install dotless on local pc, windows 10

How to install dotless on local pc from command line. First I install Ruby, then put in console "gem install nu", then "nu install dotless". The installation tells me for all files: "required"
MaksymZh
  • 1
  • 3
-1
votes
1 answer

.LESS CSS failing for IIS 4.5 integrated and classic

I'm getting internal server 500 error when using the latest dotless DLL with a .NET 4.5 integrated or classic application pool. I currently don't have the 4.0 app pool (installed VS 2012 directly... so is this a 4.5 issue, or is there anothe way to…
Brian Mains
  • 50,520
  • 35
  • 148
  • 257
1 2 3
10
11