/tachyons-rails

Tachyons for your Rails project

Primary LanguageRuby

Tachyons::Rails

Gem Version

CSS files for tachyons.

Installation

Add this line to your application's Gemfile:

gem 'tachyons-rails'

And then execute:

$ bundle

Add tachyons to application.css (Use tachyons-min for the minimized version)

*= require tachyons
*= require tachyons-min

Usage

See the Documentation of tachyons.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/maggy96/tachyons-rails.