Top "Less" questions

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

Combining multiple "transform" entries in Less

I have two mixins which both convert to -webkit-transform: .rotate(@deg) { -webkit-transform: rotate(@deg); } .scale(@factor) { -webkit-transform: scale(@factor); } When …

css combinations less css-transforms
What is the meaning of an ampersand in Less selectors?

I download a project, and in it there use less write the stylesheet. And in the script code the name: …

css css-selectors less css-preprocessor
concatenate values in less (css) without a space

So I'm trying to make a LESS mixin which takes a number (degrees to rotate) and output the correct css …

css less
Negate a numerical variable and add 'px' to it in LessCSS

I would like to create a function which does the following: .sprite-size (@width,@height,@x,@y) { width:~'@{width}px'; …

less
Is it possible to inline LESS stylesheets?

For example, is it possible to do something like: <style type="text/less"> #foo { .bar { font-weight: bold; } } </…

css less
How to compile Twitter Bootstrap 3.0 LESS using Asp.net MVC 5 and Web Essentials 2013

I've set up Visual Studio 2013 RC and Web Essentials 2013. I'm trying to create an Azure Cloud Service and a Web …

less twitter-bootstrap-3 visual-studio-2013 asp.net-mvc-5 web-essentials
Border-radius doesn't affect inner elements

I have a layout where the all of the page content is in a box with rounded corners. This includes …

less css
Add syntax highlighting to .less-files in NetBeans

I want to have files with a .less extension use the CSS syntax highlighting in NetBeans, and I don't have …

css netbeans syntax-highlighting less
Why is Bootstrap trying to load LESS files in Edge?

I have a web page using Twitter Bootstrap. It works well in Chrome, Firefox, and Safari. However, when I try …

css twitter-bootstrap less microsoft-edge
IDE with syntax highlight support for LESS

Is there any IDE with syntax highlight support for LESS?

syntax-highlighting less