An open API service indexing awesome lists of open source software.

https://github.com/vtex/vtex-tachyons

Functional CSS for humans — customized by the VTEX team
https://github.com/vtex/vtex-tachyons

srv-styleguide xp-developer

Last synced: 11 months ago
JSON representation

Functional CSS for humans — customized by the VTEX team

Awesome Lists containing this project

README

          

# 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
```