Go to file
2010-03-18 16:42:25 -04:00
benchmark some fixes to the benchmark 2010-03-05 12:08:01 -05:00
bin oops, fixed command line tool 2010-03-05 19:17:32 -05:00
build Added make min for minification though google's js closure compiler. 2010-03-18 14:35:56 -04:00
lib don't use process.mixin, it's deprecated 2010-03-18 16:42:25 -04:00
test no more accessors.. they aren't very useful it turns out, with mixins 2010-03-18 14:50:50 -04:00
LICENSE moved to apache license 2010-03-04 14:46:41 -05:00
makefile Added make min for minification though google's js closure compiler. 2010-03-18 14:35:56 -04:00
README.md updated README 2010-03-07 18:52:50 -05: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

Not yet implemented:

  • Importing
  • Accessors