CSS files for tachyons.
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
Add @import 'tachyons'
to application.scss
if you're using SASS
@import 'tachyons';
See the Documentation of tachyons.
tachyons tldr by Varun Vachhar - "A tool for searching tachyons classes by name or CSS props. Also, all scales and skins in one view."
Bug reports and pull requests are welcome on GitHub at https://github.com/maggy96/tachyons-rails.