LESS is a dynamic stylesheet language. It extends CSS with dynamic behavior such as variables, mixins, operations and functions. It runs on both the server-side (with Node.js and Rhino) or client-side (modern browsers only).
LESSHat is a universal mixin library featuring a bunch of smart LESS mixins.
- Universal
If it’s possible in CSS, it must be possible to be done with a mixin. Unlimited number of anything, shadows, gradients, gradient swatches - Cross-browser
The library should export CSS for all available browsers. Old gradient syntax for iOS4? Totally! - Configurable
Building a webkit app? Turn off all other browsers and get just CSS3 and -webkit- extensions without the clutter