class: center, middle, inverse, title-slide .title[ # tachyons
.gray[for xaringan] ] .subtitle[ ## 🏗 ] .author[ ###
Garrick Aden-Buie
] .date[ ### xaringanExtra
use_tachyons()
] --- class: left middle # .huge-not-tachyons[Tachyons is a utility css toolkit] --- ## Chain small utility classes together ```markdown .bg-washed-green.b--dark-green.ba.bw2.br3.shadow-5.ph4.mt5[ The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code .tr[ — Hadley Wickham ]] ``` .bg-washed-green.b--dark-green.ba.bw2.br3.shadow-5.ph4.mt5[ The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code .tr[ — Hadley Wickham ]] .footnote[[@hadleywickham April 17, 2015](https://twitter.com/hadleywickham/status/589068687669243905?s=20)] --- class: huge-not-tachyons middle # Learn more [tachyons]: http://tachyons.io/ [tachyons-docs]: http://tachyons.io/docs/ [tachyons-cheatsheet]: https://roperzh.github.io/tachyons-cheatsheet/ - [Tachyons] - [Tachyons Documentation][tachyons-docs] - [Tachyons Cheat Sheet][tachyons-cheatsheet] --- class: center middle <img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" width="25%" alt="GitHub Octocat Logo" /> ### [gadenbuie/xaringanExtra](https://github.com/gadenbuie/xaringanExtra) <style type="text/css"> .gray { color: #999; } .big { font-size: 200%; } .huge-not-tachyons { font-size: 200%; } </style>