build: initial configuration of Tailwind CSS

This commit is contained in:
Oliver Davies 2023-01-01 20:27:18 +00:00
parent 613c6b1e0e
commit 87c694eec3
4 changed files with 24 additions and 2 deletions

View file

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ _target.title }} &middot; {{ _config.project.title }}</title>
<link rel="stylesheet" href="{{ '/build/tailwind.css' | path }}">
</head>
<body class="bg-gray-100">
{{ yield | safe }}
</body>
</html>