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

fix(v4): card - css syntax warning in tailwind v4 and vite #6955

Merged
merged 3 commits into from
Mar 20, 2025

Conversation

FatahChan
Copy link
Contributor

@FatahChan FatahChan commented Mar 17, 2025

when building using vite and tailwind vite plugin
this following warning appears

rendering chunks (10)...warnings when minifying css:
▲ [WARNING] Unexpected ")" [css-syntax-error]
 grid-cols-\[1fr_auto\]:has(:is()){grid-template-columns:1fr
                                ^

this is fixed by complying to tailwind new way of writing data attribute documented here

change

[data-slot=card-action]:

to

data-[slot=card-action]:

resolves #6930

when building using vite and tailwind vite plugin
this following warning appears 
```
rendering chunks (10)...warnings when minifying css:
▲ [WARNING] Unexpected ")" [css-syntax-error]
 grid-cols-\[1fr_auto\]:has(:is()){grid-template-columns:1fr
                                                 ^
```


this is fixed by complying to tailwind new way of writing data attribute documented  [here](https://tailwindcss.com/docs/hover-focus-and-other-states#data-attributes)
Copy link

vercel bot commented Mar 17, 2025

@FatahChan is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@FatahChan FatahChan changed the title fix: css syntax warning in tailwind v4 and vite fix(v4): css syntax warning in tailwind v4 and vite Mar 17, 2025
@FatahChan FatahChan changed the title fix(v4): css syntax warning in tailwind v4 and vite fix(v4): card - css syntax warning in tailwind v4 and vite Mar 17, 2025
@FatahChan
Copy link
Contributor Author

this resolves

#6930

@FatahChan
Copy link
Contributor Author

@TheMikeyRoss Do I need to do something for the workflow to run?

@TheMikeyRoss
Copy link

@shadcn is the only maintainer I know of. but only an authorized team member in their vercel can approve the workflow.

Copy link
Collaborator

@shadcn shadcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Thank you.

Copy link

vercel bot commented Mar 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview Mar 20, 2025 9:00am
v4 ✅ Ready (Inspect) Visit Preview Mar 20, 2025 9:00am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: className in CardHeader causes vite minify warnings
3 participants