0.02
No commit activity in last 3 years
No release in over 3 years
CSS assets for tachyons.io for your Rails project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.10
~> 10.0
 Project Readme

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

Add @import 'tachyons' to application.scss if you're using SASS

@import 'tachyons';

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.