Skip to content

accurat/tachyons-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tachyons Extra

All of the css functional classes that are not included in the original Tachyons

To see all the added classes, look at the tachyons-extra.css file.

Install

yarn add tachyons-extra

Usage

If you're using webpack, import the module at the root of your project, just under the original tachyons

import 'tachyons'
import 'tachyons-extra'

Otherwise you can use it from the CDN, put this in your html

<link rel="stylesheet" href="https://unpkg.com/tachyons-extra/tachyons-extra.min.css">

F.A.Q.

Why not making a PR to the original repo with all those classes?

Tachyons purposefully decided not to include a lot of these classes to keep the bundle as light as possible or because of personal beliefs, so it makes sense to regroup all of those in an external bundle.

About

All of the css functional classes that are not included in the original Tachyons

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors