/node_modules
/resource.json
# egghead.io - Tachyons Lessons

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>egghead.io - Tachyons Lessons</title>
    <link rel="stylesheet" href="//unpkg.com/tachyons/css/tachyons.css" />
</head>

<body>
    <main class="flex flex-column min-vh-100">
        <header class="bg-hot-pink pa4 f1">HEADER</header>
        <section class="flex-auto flex flex-column flex-row-ns">
            <div class="bg-black-30">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ipsum, totam.</div>
            <div>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae, fuga.</div>
        </section>
        <footer class="bg-hot-pink pv4 f3">FOOTER</footer>
    </main>
</body>

</html>
{
  "dependencies": {
    "tachyons": "^4.6.2"
  },
  "devDependencies": {
    "browser-sync": "^2.18.8"
  },
  "scripts": {
    "dev": "browser-sync start --server --files \"index.html\" --no-notify"
  }
}
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


tachyons@^4.6.2:
  version "4.6.2"
  resolved "https://registry.yarnpkg.com/tachyons/-/tachyons-4.6.2.tgz#cf006fd516763e735b33565fc21b8b3616a012c8"