mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
* fix(cli): Ensure .scss files are considered in getTailwindCssFile - Updated getTailwindCssFile function to include .scss files when checking for Tailwind CSS configuration. - This change ensures that .scss files are properly identified and handled, improving compatibility with projects using SCSS. * chore: add changeset --------- Co-authored-by: shadcn <m@shadcn.com>