All Projects β†’ roperzh β†’ tachyons-cheatsheet

roperzh / tachyons-cheatsheet

Licence: MIT license
Interactive cheat sheet for Tachyons πŸ“

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tachyons-cheatsheet

atomize
A library of atomic CSS classes.
Stars: ✭ 51 (-1.92%)
Mutual labels:  functional-css, atomic-css
steller-css
⛰️ A utility-first CSS framework that serves as the foundation of your design system
Stars: ✭ 14 (-73.08%)
Mutual labels:  functional-css, atomic-css
svbstrate
A functional/atomic/utility css library.
Stars: ✭ 51 (-1.92%)
Mutual labels:  functional-css, atomic-css
adorable-css
Rapid On-Demand Atomic CSS Framework
Stars: ✭ 131 (+151.92%)
Mutual labels:  functional-css, atomic-css
brevis
CSS at scale
Stars: ✭ 62 (+19.23%)
Mutual labels:  functional-css, atomic-css
Basscss
Low-level CSS Toolkit – the original Functional/Utility/Atomic CSS library
Stars: ✭ 5,669 (+10801.92%)
Mutual labels:  functional-css, atomic-css
ekzo
πŸ’« Functional Sass framework for rapid and painless development
Stars: ✭ 32 (-38.46%)
Mutual labels:  functional-css, atomic-css
tvdapp
Blockchain DApp using React, Next.js andΒ MobX
Stars: ✭ 66 (+26.92%)
Mutual labels:  tachyons
git-cheatsheet
One stop guide to help solve all your doubts related to Git & GitHub.
Stars: ✭ 31 (-40.38%)
Mutual labels:  cheatsheet
pyrocms-cheatsheet
Pyro CMS - Cheat Sheet
Stars: ✭ 17 (-67.31%)
Mutual labels:  cheatsheet
serverless-podcast
[UNMAINTAINED] πŸ“’ Easy, cheap podcast hosting using Serverless and S3
Stars: ✭ 15 (-71.15%)
Mutual labels:  tachyons
TLS-Redirection
TLS Redirection
Stars: ✭ 109 (+109.62%)
Mutual labels:  cheatsheet
hucssley
Hucssley - a full-featured, consistent, atomic utility class library for rapidly building performant UI
Stars: ✭ 79 (+51.92%)
Mutual labels:  functional-css
SQL-Injection-cheat-sheet
Cheatsheet to exploit and learn SQL Injection.
Stars: ✭ 69 (+32.69%)
Mutual labels:  cheatsheet
Python-3-Cheatsheet
Python 3 notes cheatsheet, focusing on fundamentals and useful interview tips
Stars: ✭ 60 (+15.38%)
Mutual labels:  cheatsheet
cheat-sheet-pdf
πŸ“œ A Cheat-Sheet Collection from the WWW
Stars: ✭ 728 (+1300%)
Mutual labels:  cheatsheet
cheatsheets
πŸ“‹ Various cheatsheets made while working as a developer
Stars: ✭ 22 (-57.69%)
Mutual labels:  cheatsheet
cheat-sheet
collection of cheat sheets
Stars: ✭ 150 (+188.46%)
Mutual labels:  cheatsheet
sphinx-rest-cheatsheet
A compact cheat sheet for writing documentation string for Sphinx, with focus on Python.
Stars: ✭ 17 (-67.31%)
Mutual labels:  cheatsheet
uniformcss
A fully configurable utility class generator and CSS framework built for Sass projects.
Stars: ✭ 133 (+155.77%)
Mutual labels:  atomic-css

Tachyons Cheatsheet

Tachyons Cheatsheet Web Page

I had a lot of trouble while learning how to use Tachyons, there are a ton of new classes to learn and I have bad memory.

So, I decided to create this interactive cheatsheet. This project does not intend to be source of the Tachyons truth or to replace the excellent documentation. Instead, use it as your friendly companion.

Development

Dependencies

  • Node.js v7.x

Getting started

If you satisfy all the dependencies, go to the root of the project and install the required node modules:

$ npm install

Then, just start your server by running:

$ npm run start

Generating documentation

All the documentation is stored in yml files under the docs folder, this files are parsed and converted to a single json file located in app/assets/data.json.

In order to parse the yml to json you need to run the docs2json script:

$ npm run docs

Deploy

First and foremost, you need to configure your deploy.sh file, a sample is provided in the document root. Then just run:

$ npm run deploy

VoilΓ !

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

All the code contained in this repository, unless explicitly stated, is licensed under an MIT license.

A copy of the license can be found in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].