Top "Less" questions

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

How to configure sourceMaps for LESS using Grunt?

I'm using grunt 0.4.2 and grunt-contrib-less 0.9.0. I want my LESS to be compiled into CSS with support for source maps. My …

css less gruntjs source-maps
Can I use css-modules with LESS + nesting?

The documentation on css-modules is pretty sparse, so I'm not sure if I can do this or not. This article …

reactjs less webpack css-modules
How to use twitter bootstrap using assetic and less in symfony2?

I can't get twitter bootstrap working. I know there is many tutorials and so on, but none of it works …

twitter-bootstrap symfony less assetic
How to make .less files to have .css syntax highlight in Vim?

I've been using LESS and I find it very useful I would like to have CSS syntax highlight in Vim …

css less
ANT script to compile all (css) LESS files in a dir and subdirs with RHINO

I want do compile all *.less scripts in a specific folder and it subdirs with less-rhino-1.1.3.js. There is an …

ant rhino less
Compiling Less CSS for Bootstrap 3 with PHP

There are two LessCSS compilers in PHP that I am aware of: http://leafo.net/lessphp/ http://lessphp.gpeasy.com/ …

php less twitter-bootstrap-3 lessphp less.php
lessphp fatal error: load error: failed to find error after migrating wordpress website to new server

We are seeing the following error after migrating a WordPress site from one server to another. lessphp fatal error: load …

php wordpress less webserver cherrypy
less CSS parse error: media definitions require block statements

I'm using codekit to compile my Bootstrap LESS files and i keep getting this parse error on media queries that …

css twitter-bootstrap less media-queries codekit
Integrating Bootswatch Theme with Twitter-Bootstrap-Rails Gem

I've got a Ruby on Rails app running with Bootstrap, which I installed using the gem twitter-bootstrap-rails. I'd now like …

ruby-on-rails less twitter-bootstrap-rails bootswatch
Symfony2 Assetic wrong cssrewrite resources path in css/less files

The cssrewrite filter produces wrong urls after the rewrite: i have my bundle which contains one .less file located in …

css symfony less twig assetic