You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
cloudhead 30bf1ff7f3
fix optimization option wrongly scoped
15 years ago
benchmark fix benchmark 15 years ago
bin removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 15 years ago
build Created a compat.js file in build/, for browser compatiblity, moved trim() in 15 years ago
lib/less fix optimization option wrongly scoped 15 years ago
test removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 15 years ago
LICENSE moved to apache license 15 years ago
Makefile Created a compat.js file in build/, for browser compatiblity, moved trim() in 15 years ago
README.md forgot to add importing to README 15 years ago
VERSION VERSION file 15 years ago
index.js removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 15 years ago
package.json fixed typo in package.json 15 years ago

README.md

less.js

Leaner CSS, in your browser.

less.js is currently under development, and not to be relied upon!

about

less.js is the next evolution of LESS, eventually, it will become LESS 2.0. less.js is a complete rewrite of LESS in JavaScript, and will be able to run directly in the browser, as well as on the server, with node.js.

More info coming soon.

development status

A stable release is due sometime end of March.

Implemented features:

  • Variables
  • Nested rules
  • & selector
  • Numerical operations
  • Color operations
  • Namespaces
  • Functions
  • Static mixins
  • Comment output
  • Dynamic mixins
  • Importing