Skip to content

maggy96/tachyons-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tachyons for your Rails project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages