Sha256: bec5a9c83c8a06984da261bd0a0929e052f8dedcb487fd5c1fcb83573f6c3b32
Contents?: true
Size: 1.08 KB
Versions: 2
Compression:
Stored size: 1.08 KB
Contents
#Staple - COMING SOON CSS platform in the spirit of thoughtbot/refills. Built on top of foundation. ##Install ```ruby #Gemfile gem 'staple' ``` ```command bundle install rails g staple:install ``` If generator hangs, call spring stop then try again ##Simple, Universal Markup ```slim section.row nav.columns.small-3 ul.side-nav li a href="#" Link 1 li a href="#" Link 2 article.columns.small-9 h1 Article title h5.subheader Subheader p Lorem ipsum dolor sit amet, consectetur adipisicing elit. ``` ##Modify Overall, Modular Style With Commands ```console staple theme:Flat ``` ```console staple typeface_primary:HelveticaNeau ``` ```console staple typeface_secondary:ComicSans ``` ```console staple color_scheme:Flatland ``` gem build staple.gemspec gem push staple-0.0.1.gem #TODO * fix foundation-rails require, inlcude install in staple install? * declaring as dependency does not load it? * set scaffold to use slim? simple_form? * stop spring * make scaffold/generator use simple form/slim. not generate css * make install compatible with existing projects
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
staple-0.0.6 | README.md |
staple-0.0.5 | README.md |