Go to file
2010-03-29 22:24:09 -04:00
benchmark fix benchmark 2010-03-27 02:32:30 -04:00
bin removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 2010-03-27 02:26:55 -04:00
build Created a compat.js file in build/, for browser compatiblity, moved trim() in 2010-03-27 02:24:39 -04:00
lib/less fix optimization option wrongly scoped 2010-03-29 22:13:36 -04:00
test removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 2010-03-27 02:26:55 -04:00
index.js removed lib/ext, moved lib/less.js to /index.js, moved Array/find to tree.find 2010-03-27 02:26:55 -04:00
LICENSE moved to apache license 2010-03-04 14:46:41 -05:00
Makefile added compat.js and tree.js to build, it now builds in dist/ 2010-03-29 22:24:09 -04:00
package.json fixed typo in package.json 2010-03-19 20:17:04 -04:00
README.md forgot to add importing to README 2010-03-22 23:20:24 -04:00
VERSION VERSION file 2010-03-05 15:35:07 -05:00

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