Sha256: b3942dbdd93a1cf65a5bee370e3e73a7176a7c95761cca3852d43a498732594b
Contents?: true
Size: 947 Bytes
Versions: 1
Compression:
Stored size: 947 Bytes
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? * set scaffold to use slim? simple_form? * stop spring
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
staple-0.0.4 | README.md |