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.
yarn add tachyons-extra
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">
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.