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 8ac1bdf06c
proper nested selector rendering, wooh.
15 years ago
benchmark fixed benchmark.less 15 years ago
bin ParseErrors dont raise an exception anymore, we just set `parser.error` to the value of the error 15 years ago
lib proper nested selector rendering, wooh. 15 years ago
test ParseErrors dont raise an exception anymore, we just set `parser.error` to the value of the error 15 years ago
LICENSE MIT license 15 years ago
README.md updated README 15 years ago
makefile added `make benchmark` 15 years ago

README.md

less.js

Leaner CSS, in your browser.

development status

Implemented features:

  • Variables
  • Nested rules
  • & selector
  • Numerical operations
  • Color operations

Not yet implemented:

  • Mixins
  • Functions
  • Importing
  • Namespaces
  • Accessors