Where the documentation lives for https://tachyons.io.
git clone https://github.com/tachyons-css/tachyons-css.github.io
npm i && npm run dev
Run the build for all components (this will take a while)
npm run build:components
Run the build for a particular component category
npm run build:components lists
MIT
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request