Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 853 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 853 Bytes

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.

Useful Tool

tachyons tldr by Varun Vachhar - "A tool for searching tachyons classes by name or CSS props. Also, all scales and skins in one view."

Contributing

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