shadcn-ui / ui

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
https://ui.shadcn.com
MIT License
58.59k stars 3.19k forks source link

Refactor "require" to "import" #3604

Open slxca opened 2 weeks ago

slxca commented 2 weeks ago

Changed the Import Method for TailwindCSS Config, (fontFamily)

vercel[bot] commented 2 weeks ago

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

A member of the Team first needs to authorize it.

slxca commented 2 weeks ago

Is it important?

No, it's not important, but "import" is used everywhere in the NextJS installation except at this point, when I create a new project with shadcn I change it every time because otherwise it will be marked as incorrect.

ruru-m07 commented 2 weeks ago

hey @slxca I also work with next js many times but I never need to change that thing