Files
shadcn-ui/apps/www
FatahChan 84ec2f6079 fix(v4): card - css syntax warning in tailwind v4 and vite (#6955)
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)

change

```
[data-slot=card-action]:
```
to 

```
data-[slot=card-action]:
```

resolves https://github.com/shadcn-ui/ui/issues/6930
2025-03-20 09:01:20 +00:00
..
2025-03-18 13:59:28 +04:00
2025-03-18 13:42:39 +04:00
2023-12-22 23:36:59 +04:00
2025-03-04 16:51:58 +04:00
2025-03-04 16:51:58 +04:00
2025-03-04 16:51:58 +04:00
2023-01-24 19:51:29 +04:00
2023-12-22 23:36:59 +04:00
2024-10-16 12:54:21 +04:00
2024-11-07 21:05:44 +04:00
2023-03-08 13:08:46 +04:00