public
Description: DRY stylesheets with nested selectors and variables. No new syntax to learn :-)
Homepage: http://blog.airbladesoftware.com/2006/12/11/cssdryer-dry-up-your-css
Clone URL: git://github.com/airblade/css_dryer.git
airblade (author)
Thu Apr 23 09:48:35 -0700 2009
commit  2e7f75cb6d5284bbedd52ff77092dabc630f2726
tree    e20e15b19caebac6827fb6712f0a7c1367fb1b01
parent  a2edf0fd104a332f280cf38caec4ff5b21feabb3
css_dryer / install.rb
100644 4 lines (3 sloc) 0.153 kb
1
2
3
4
# Print installation section of README.
readme = IO.read(File.join(File.dirname(__FILE__), 'README.markdown'))
puts readme[/(## Installation.*?)##/m, 1]