refactor: reached same app state using vite
This commit is contained in:
@@ -2,7 +2,7 @@ import { type Config } from "tailwindcss";
|
||||
import { fontFamily } from "tailwindcss/defaultTheme";
|
||||
|
||||
const config = {
|
||||
content: ["./src/**/*.tsx"],
|
||||
content: ["index.html", "./src/**/*.tsx"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontSize: {
|
||||
|
||||
Reference in New Issue
Block a user