fix: missing check for update

This commit is contained in:
2024-11-03 13:49:19 +07:00
parent cd6ba5884f
commit 85fa1e2359
9 changed files with 50 additions and 87 deletions

View File

@@ -1,10 +1,7 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/**/*.{js,ts,jsx,tsx}",
"index.html",
],
content: ["./src/**/*.{js,ts,jsx,tsx}", "index.html"],
theme: {
extend: {
keyframes: {