Re-add Tailwind CSS

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent 0401e039de
commit fd37030d03
15 changed files with 10101 additions and 0 deletions

View file

@ -5,6 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ site.name|default('Sculpin Skeleton') }}</title>
<link type="text/css" rel="stylesheet" href="/build/app.css"/>
</head>
<body>
{% block body %}{% endblock %}