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
- Host: GitHub
- URL: https://github.com/vtex/vtex-tachyons
- Owner: vtex
- Created: 2017-04-19T18:04:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T10:21:30.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T12:02:37.020Z (11 months ago)
- Topics: srv-styleguide, xp-developer
- Language: HTML
- Homepage: https://vtex.github.io/vtex-tachyons/
- Size: 1.18 MB
- Stars: 16
- Watchers: 156
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
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
```