Top "Less" questions

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

Less Immediate Parent Selector

Less allows one to select the parent selector (http://lesscss.org/features/#parent-selectors-feature) How does one get the immediate parent …

css less
How do I compile a directory full of less css files to css?

I have a directory full of less css files. What is the best way to compile them to normal css? (…

css less
Google Chrome "Failed parsing SourceMap" : css.map (Web Essential)

Visual Studio 2013 UP5 + Web Essential's (v. 2.6.36) generated css.map files are invalid in "Google Chrome", however it is valid in "…

css google-chrome less source-maps web-essentials
LESS: Better to use inheritance or multiple classes

I have a LESS file with an inputbase(){} class. I use it on a lot but not every input type. …

css less
less.js not working in chrome

I noticed that less.js is working in firefox but not in Chrome, or is it because I made an …

css google-chrome less
webpack error in Cannot find module 'less'

I'm trying to use less loader in webpack and the issues is - I've installed less loader locally, but when …

less webpack
Can Visual Studio 2013 generate CSS files from .less files?

Visual Studio 2013 is awesome, now with syntax highlight and autocomplete for .less files. But does it also generate the respective …

css less visual-studio-2013
Loop through array of variable names in Less

In our app, we have a preset list of colors that a user can be choose from and everything related …

loops less
How to center navbar elements vertically (Twitter Bootstrap)?

This is my CSS/LESS CSS code so far: //make navbar taller @navbarHeight: 60px; //make navbar link text 18px .navbar-inner { …

css twitter-bootstrap alignment less vertical-alignment
Enable inline javascript in LESS

I would like to use inline js in my less files but I get the following message: Inline JavaScript is …

javascript npm less laravel-mix