Top "Less" questions

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

Symfony 2.3 - Using Twitter Bootstrap 3 with LESS, installed as a vendor through composer setup, unable to access Glyphicons fonts

I want to use the Twitter Bootstrap with Symfony 2 without using bundles. I've managed to install MopaBootstrapBundle, but decided to …

css twitter-bootstrap less assetic symfony-2.3
Calculating height of a div using Less.js in a liquid layout

I have a liquid layout and am learning/ using Less.js for my CSS. I have a div 'A' that …

jquery css height less liquid-layout
How can I make 'grunt less' automatically run autoprefixer?

I have a working Gruntfile with less and autoprefixer. I also have 'grunt watch' working fine. Before I was using …

javascript less gruntjs vendor-prefix
Less custom function/mixin

For example I have next less code form.someForm { .form-group { > div { @media @wideMobile { width: calc(~"100%-144px"); } } > label { @…

less less-mixins
Using less (2.2.1) raises an error requiring therubyracer (can't install therubyracer on windows)

I've been working to get twitter-bootstrap-rails gem working on my windows machine and ran into an error attempting to install …

ruby-on-rails less twitter-bootstrap-rails therubyracer
How to effectively use the Frameless grid?

I'm starting building a website good for mobile devices too. So I'm also starting studying media queries and the various …

media-queries responsive-design less css-frameworks
Load variables into LESS CSS preprocessor from JSON file

Is it possible to load variables into LESS CSS preprocessor from a JSON file like you can do with Stylus? …

javascript css json less stylus
Less not work with WebEssentials in visual studio 2012

When i create a less file with .less extension, WebEssentials not show less syntax(intellisence, colored syntax) And not appear …

visual-studio-2012 less web-essentials
Less CSS performance and implementation

What are the best ways to use LESS for CSS. Basically should the Devs write a Less File and then …

css less css-frameworks
variable @fontAwesomeEotPath_iefix is undefined

I'm working on my first project with bootstrap and I get this error whenever I try and view my project. …

twitter-bootstrap less