0.0
No commit activity in last 3 years
No release in over 3 years
Provides Typeplate [http://typeplate.com/] as a Rails engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 3.2.12
 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 Sass library for easy use in Rails applications.

Usage

Add typeplate-rails to your Gemfile:

gem 'typeplate-rails', git: 'git@github.com: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.

# 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.