Merge pull request #24 from dharmaturtle/patch-1

Tailwind template fix
This commit is contained in:
Alexandre
2021-12-24 22:48:08 +01:00
committed by GitHub
+1
View File
@@ -1,4 +1,5 @@
module.exports = {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {},