Sha256: 574cfbbc5b96a4aab6eda3cc183823bbc33341bd562bad1af59f456d1899e6da
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
#Staple - COMING SOON CSS platform in the spirit of thoughtbot/refills. Built on top of foundation. ##Install ```ruby #Gemfile gem 'foundation-rails' gem 'staple', :git => 'git://github.com/rhelsing/staple.git' ``` ```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? * set scaffold to use slim? simple_form? * stop spring
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
staple-0.0.3 | README.md |