-
Getting started | Less.js
Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. Less runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
-
Features In-Depth | Less.js
@import for your
@plugin "my-plugin"; // automatically appends .js if no extension
Since Less plugins are evaluated within the Less scope, the plugin definition can be quite simple.
registerPlugin(...
-
Functions | Less.js
color percent pair: (optional) second color and its relative position
...
color [percentage] pair: last color and its relative position (position is optional)
Returns:
Example - colors stops in list:...
-
Tools for Less | Less.js
This page focuses on GUI compilers. For command line usage and tools see Command Line Usage.
Cross platform
The editor and compiler for awesome people.
Crunch 2 is a cross-platform (Windows, Mac, and ...
-
Using Less.js | Less.js
@VERSION after our package name, e.g.
npm install less@2.7.1 -g.
Installing for Node Development
npm i less --save-dev
This will install the latest official version of lessc in your project folder, ...
-
About | Less.js
License FAQs
Less.js is released under the Apache 2 License (though there are plans to dual license it). Copyright 2009-2023, Alexis Sellier and the Less Core Team (see about). Boiled down to smaller ...