1.1.3 • Published 6 years ago

tachyons-extra v1.1.3

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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.