Top "Less" questions

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

Defining Variable Variables using LESS CSS

Say I have three separate color schemes that are used on various pages in a site. Each color has a …

css less
Height not 100% on Container Fluid even though html and body are

I have the following layout (I'm using Meteor): <template name="headerFooter"> <div class="container-fluid fill-height"> {{> …

html css twitter-bootstrap meteor less
Concatenate strings in Less

I think this is not possible, but I thought I ask in case there is a way. The idea is …

css path web less concat
How we can use @font-face in Less

In Less, it seems almost impossible to use @font-face selector. Less gives errors when I try to use font-family: my_…

less font-face
How to set Bootstrap @font-family-base?

Bootstrap docs say: Use the @font-family-base, @font-size-base, and @line-height-base attributes as our typographic base. Does this mean there is a …

css twitter-bootstrap less font-face
Styling Twitter's Bootstrap 3.x Buttons

Twitter's Bootstrap 3 buttons are limited in colors. By default there will be 5 7 colors (default primary, error, warning, info, success and …

css twitter-bootstrap less twitter-bootstrap-3
Does LESS have an "extend" feature?

SASS has a feature called @extend which allows a selector to inherit the properties of another selector, but without copying …

css sass less extend
Variable Name Error "is undefined" even though "variables.less" imported

I started using LESS today. But it's kinda weird. This code does not work. I get an error: ! Variable Name …

css less
Bootstrap 3 extra large (xl) columns

In Bootstrap's LESS build can someone please tell me how to add a fifth device size, extra large (col-xl-#)?

twitter-bootstrap twitter-bootstrap-3 less
Less Compiler for Linux

Is there a something like less.app that can compile LESS into CSS? I don't care about a GUI and …

css linux compiler-construction less