fix tailwind config to only scan relevant files

This commit is contained in:
Lukáš Kucharczyk 2023-09-30 18:13:50 +02:00
parent b5ffb3586b
commit 3f7ccea2e2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
darkMode: 'class',
content: ["./**/*.{html,js}"],
content: ["./games/**/*.{html,js}"],
theme: {
extend: {
fontFamily: {