Top "Less" questions

Less is an open-source stylesheet preprocessor that extends CSS with dynamic behavior such as variables, mixins, operations and functions.

Using lessc on Windows

I've been trying to work out how to install lesscss.org on Windows 7 so I can use it from a …

less therubyracer
less.css if variable is true guard

I wonder if there is a better solution (or if my solution is even right), to create if statement like …

if-statement less pattern-guards
Can I define a LESS mixin to generate a transition-property with a variable number of parameters?

I'm introducing LESS to a large web app project to simplify my CSS. I've got a few CSS rules which …

css less mixins less-mixins
Multiple transitions for Twitter bootstrap .transition?

I am wanting to animate two properties in Bootstrap v2.1.0, The opacity and the margin. I have tried: .transition(opacity 0.5…

css twitter-bootstrap less css-transitions
LESS CSS Pass mixin as a parameter to another mixin

Is there any way to pass one mixin or style's declaration to another mixin as an input parameter? Let's take …

css arguments less mixins css-animations
Visual studio - precompile - dotless

I wonder if there is a way to precompile *.less files(http://www.dotlesscss.org/) with visual studio. The site …

asp.net-mvc visual-studio-2008 less dotless
Customize Disqus

I've just integrated Disqus in a Wordpress theme that I'm developing. Everything works fine except the CSS. How can I …

css wordpress less disqus
Use less (css preprocessor) server side or client side

What are the pros/cons of using less server side vs client side in a live production environment? Why would …

client-side server-side less
Intellij indents 4 spaces when I have configured it to do 2 spaces (LESS)

On Intellij IDEA 14, I have tried to set my preferences in Editor > Code Style > LESS to do 2 space …

intellij-idea less intellij-14
Dynamically define a variable in LESS CSS

I am trying to create a mixin that dynamically defines variables in LESS CSS, by actually assigning them a composite …

css less interpolation mixins