tachyons-css.github.io
v4.5.5
Published
Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.
Readme
Tachyons Documentation
Documentation for Tachyons — a performant, mobile-first, and 100% responsive modular css framework.
Installation and Usage
git clone https://github.com/tachyons-css/tachyons-css.github.io && cd tachyons-css.github.io
npm i && npm startThere are other scripts available to ease development, too. See the "scripts" section in the package.json.
The index.html, components, and docs directories are built files. Their source can be found in the src/ directory.
css documentation is created using a bash script called script.sh and can be run with $ npm run doc.
Component documentation is part of the build script, and can be run with $npm run build.
Authors
License
MIT
Contributing
- 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
