fix(tailwind): include .ts files

This commit is contained in:
Pihkaal
2024-08-23 00:15:11 +02:00
parent e7c405ca1d
commit 2b48e71248

View File

@@ -2,7 +2,7 @@ import { type Config } from "tailwindcss";
import { fontFamily } from "tailwindcss/defaultTheme";
const config = {
content: ["index.html", "./src/**/*.tsx"],
content: ["index.html", "./src/**/*.tsx", "./src/**/*.ts"],
theme: {
extend: {
fontSize: {