Skip to content

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

License

Notifications You must be signed in to change notification settings

accurat/tachyons-extra

Repository files navigation

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

Stars

Watchers

Forks

Packages

No packages published