Smarter And Better CSS For Ruby: LESS
LESS is a Ruby gem which compiles the LESS code to CSS & extends css by adding variables, mixins, operations and nested rules.
It uses the existing CSS syntax. So, it is very easy to convert current CSS files to LESS files & there is almost no learning curve.
To help understand better, here is an example:
1.@brand_color: #4D926F;2.#header {3. color: @brand_color;4.}5.h2 {6. color: @brand_color;7.}LESS is well-documented & source can be found here.
Website: http://lesscss.org/
Download: http://github.com/cloudhead/less

How to Start a Functioning Website Under Thirty Dollars 2021?
A Light weight, small framework for beautiful forms: Ideal Forms
CSS3 Powered jQuery Image Slider for 2D or 3D transitions – Flux Slider
Now Easy to Convert Websites Into Mobile Quickly: Mobilize.js
The HTML5 Time Element Is Back and Better Than Ever
Mozilla Introduce Firefox 9, with Speed and less memory improvements
Periodeic table of HTML5 Elements, arrange by type.