2010-02-24 02:39:05 +08:00
|
|
|
less.js
|
|
|
|
=======
|
|
|
|
|
|
|
|
> Leaner CSS, in your browser.
|
|
|
|
|
2010-03-02 06:50:23 +08:00
|
|
|
**less.js is currently under development, and not to be relied upon!**
|
|
|
|
|
2010-03-07 07:19:36 +08:00
|
|
|
about
|
|
|
|
-----
|
|
|
|
|
|
|
|
less.js is the next evolution of [LESS](http://lesscss.org), 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.
|
|
|
|
|
2010-02-24 02:39:05 +08:00
|
|
|
development status
|
|
|
|
------------------
|
|
|
|
|
2010-03-07 07:19:36 +08:00
|
|
|
A stable release is due sometime end of March.
|
|
|
|
|
2010-02-24 02:39:05 +08:00
|
|
|
### Implemented features:
|
|
|
|
|
|
|
|
- Variables
|
|
|
|
- Nested rules
|
|
|
|
- & selector
|
|
|
|
- Numerical operations
|
2010-02-27 11:36:44 +08:00
|
|
|
- Color operations
|
2010-03-07 07:19:36 +08:00
|
|
|
- Namespaces
|
|
|
|
- Functions
|
|
|
|
- Static mixins
|
|
|
|
- Comment output
|
2010-03-08 07:52:50 +08:00
|
|
|
- Dynamic mixins
|
2010-03-23 11:20:24 +08:00
|
|
|
- Importing
|
2010-02-24 02:39:05 +08:00
|
|
|
|