Merge branch 'mistletoe' of https://github.com/Aevann1/Drama into mistletoe

master
kek7198 2021-11-25 16:17:17 -06:00
commit 156315c265
2 changed files with 3 additions and 3 deletions

View File

@ -12,6 +12,6 @@
<title>Flask + Tailwind CSS</title>
</head>
<body class="bg-blue-100">
<h1 class="text-gray-700 font-bold text-3xl">hello world</h1>
<h1 class="test">hello world</h1>
</body>
</html>

View File

@ -3,8 +3,8 @@ const colors = require('tailwindcss/colors')
module.exports = {
mode: 'jit',
purge: [
'../../templates/**/*.html',
'../../templates/*.html'
'files/templates/**/*.html',
'files/templates/*.html'
],
darkMode: 'class', // or 'media' or 'class'
theme: {