adrianhajdin / zoom-clone

Learn to develop a professional enterprise-ready video conferencing app in hours using Next.js 14, Stream, and Tailwind CSS.
https://jsmastery.pro
905 stars 294 forks source link

The `border-border` class does not exist. If `border-border` is a custom class, make sure it is defined within a `@layer` directive. #1

Closed bharatpaliwal-169 closed 4 months ago

bharatpaliwal-169 commented 5 months ago

The 'border-border' class does not exist. If 'border-border' is a custom class, make sure it is defined within a '@layer' directive.

This is a very weird shadcn and tailwind css config issue. There is no real fix and RCA of why this happens. The possible workarounds to tackle this issue is as follows:

getFrontend commented 5 months ago

If some custom class is not found, you just need to write it in the config, and everything will work 😎

bharatpaliwal-169 commented 4 months ago

I already resolved the problem on own, I mentioned this issue so that, anyone setting up the env. gets' struck with this problem knows how to tackle this since it's an unexpected error.