Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tailwindcss from 3.4.17 to 4.0.0 #1650

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading

Unchanged files with check annotations Beta

htmlFor={id}
className={classNames(
"inline-flex items-center gap-1 cursor-pointer",
`font-${labelWeight}`,

Check failure on line 56 in resources/ts/Components/FormElement.tsx

GitHub Actions / Check types frontend files

Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'.
labelSize ? `text-${labelSize}` : "",

Check failure on line 57 in resources/ts/Components/FormElement.tsx

GitHub Actions / Check types frontend files

Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'.
className
)}
>
import type theme from "tailwindcss/defaultTheme";

Check failure on line 1 in resources/ts/types/Theme.ts

GitHub Actions / Check types frontend files

Cannot find module 'tailwindcss/defaultTheme' or its corresponding type declarations.
export type Theme = typeof theme;