# vtex-tachyons

## Usage

Install

```sh
npm i vtex-tachyons --save
```

Add to your entry point

```js
import 'vtex-tachyons'
```

**IMPORTANT!**: You should **not** import `tachyons` in your project. It is already built as part of `vtex-tachyons`.

## How to develop

Change `config.json` and save.

To generate the new CSS and docs, run:

```js
node index.js
```
