Taylor Bryant 849029b9ef
Upgrade to Tailwind CSS v2 (#133)
* Upgrade to Tailwind CSS v2

* Remove unneccessary PurgeCSS comment

* Remove postcss-import

* Add .nvmrc, so the correct version of Node is used in Netlify environment

* Add engines key to package.json
2020-12-26 11:43:06 -06:00

13 lines
168 B
HTML

---
---
{% include header.html %}
<main
class="bg-indigo-500 flex h-screen items-center justify-center w-full"
>
{{ content }}
</main>
{% include footer.html %}