= Styleaby (Stylesheets as Ruby) Creates CSS with Ruby syntax. An experimental, unauthorized mashup of Scott Barron's stillborn Builder::CSS templates and why the lucky stiff's Markaby templates. Packaged as a Rails plugin. The name may change since I haven't asked why if I can use a name that rhymes with 'Markaby' yet. == Syntax blue = "#000099" # A bold tag css.b { font_weight 'bold' color blue } # A CSS id element css.container! { width 100 } # Others are possible...docs coming soon. == Usage Coming soon... == Shortcomings * Can't comminicate with instance variables in a controller. (fixed...will be put into the plugin soon). = Credits * Markaby * XMLBuilder * Builder::CSS