fix: missing check for update
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user