Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 690 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 690 Bytes

Steeltoe

This is just a collection of common fonts and styles for bootstrapping a project. Definitely not intended for production, but who want's to look at a bunch of janky plain HTML?

Looks like this:

preview

Installation

Add this line to your application's Gemfile:

gem 'steeltoe', git: '[email protected]:genericsteele/steeltoe.git'

And then execute:

$ bundle

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request