https://github.com/aergonaut/typeplate-rails
Provides Typeplate [http://typeplate.com/] as a Rails engine.
https://github.com/aergonaut/typeplate-rails
Last synced: 24 days ago
JSON representation
Provides Typeplate [http://typeplate.com/] as a Rails engine.
- Host: GitHub
- URL: https://github.com/aergonaut/typeplate-rails
- Owner: aergonaut
- Created: 2013-03-01T06:46:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-01T07:52:29.000Z (about 12 years ago)
- Last Synced: 2025-03-10T00:55:31.919Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typeplate-rails
> _**Typeplate**_ is a “typographic starter kit”. We don’t make aesthetic design choices, but define **proper markup with extensible styling** for common typographic patterns. A stripped-down Sass library concerned with the appropriate technical implementation of design patterns -- not how they look.
This gem provides the [Typeplate](http://typeplate.com/) Sass library for easy use in Rails applications.
## Usage
Add `typeplate-rails` to your `Gemfile`:
```ruby
gem 'typeplate-rails', git: '[email protected]:aergonaut/typeplate-rails.git'
```And then include it in your stylesheets. I recommend you include it in your `main.css.scss` or equivalent using Sass's `@import` rather than with a Sprockets directive in your manifest.
```sass
# main.css.scss@import "typeplate";
```## Versioning
The version of `typeplate-rails` will stay in sync with the version of Typeplate it provides. The fourth digit indicates patches and updates specific to this gem.