Top "Less" questions

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

less.css sharing variables across files

I am using less.css to simplify my css styling. I'd like to declare a varaible in one less file …

less
less @import not working

<head> <link rel="stylesheet/less" href="less/news.less"> </head> <body> <…

css web less
CSS to SASS (or LESS) conversion

Can anyone recommend some CSS to less, or CSS to sass conversion tools? I have found a few .e.g. …

css sass less
Can I apply a :hover pseudo selector with the LESS css markup?

In LESS I can apply two rules like this to affect text styling of links to hide underline unless hovered: .…

html css less
LESS CSS set variables in media query?

I'm working on a iPad-specific website. To make my website work on both the retina display iPad and older versions …

css less media-queries retina-display
Bootstrap 3.1 How to use mixin make-grid-columns()?

I used to use Bootstrap 3.0, and compiled my css from the bootstrap less files + some of my own less. In …

grid twitter-bootstrap-3 less
How to generate CSS with loop in less

I am not familiar with Less. In my understanding, I think Less can transform the less format file to standard …

css less
How can I view a log file from powershell console ? (i.e. powershell equivalent of 'less')

What is the powershell equivalent of 'less'? I see 'more', but it lacks some of the features I rely on (…

windows powershell less
How do you add syntax highlighting for Less in Notepad++?

I want Notepad++ to treat my .less files just as my .css files and thereby get syntax highlighting for any .…

css notepad++ highlight less
How to calculate percentages in LESS CSS?

I would like to calculate the width of child-container (div etc) in percentages depending on the parent container with LESS …

css operators less