-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
fix(cli): use slash for alpha values in colors #681
Conversation
@dan5py 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.
oh nice catch. My bad! I'll review and merge.
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
@shadcn my bad, forgot the test file |
@@ -64,7 +64,7 @@ describe("apply color mapping", async () => { | |||
input: | |||
"text-destructive border-destructive/50 dark:border-destructive [&>svg]:text-destructive text-destructive", | |||
output: | |||
"text-red-500 border-red-500:50 dark:border-red-500 [&>svg]:text-red-500 text-red-500 dark:text-red-900 dark:border-red-900:50 dark:dark:border-red-900 dark:[&>svg]:text-red-900 dark:text-red-900", |
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.
oh man! I even got this wrong in the test file 😅
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.
Happens 😄
Co-authored-by: shadcn <m@shadcn.com>
Co-authored-by: shadcn <m@shadcn.com>
Fixes #678