-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
fix(cli): Ensure .scss files are considered in getTailwindCssFile #4797
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
Conversation
- 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.
@Wiper-R is attempting to deploy a commit to the shadcn-pro Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thank you.
@Wiper-R I just noticed that you made the change in |
Yeah, here #4866 |
…adcn-ui#4797) * 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>
…adcn-ui#4797) * 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>
…adcn-ui#4797) * 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>
Fixes #4689