Skip to content

Commit 0f25725

Browse files
committed
Tailwind config bug fix
1 parent b8c9f6a commit 0f25725

File tree

3 files changed

+1833
-1369
lines changed

3 files changed

+1833
-1369
lines changed

app/tailwind.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('tailwindcss').Config} */
2-
module.exports = {
2+
export default {
33
content: ["./app/index.html", "./app/src/**/*.{js,ts,jsx,tsx}"],
44
theme: {
55
extend: {},

0 commit comments

Comments
 (0)