Think Throothinkthroo.hashnode.devยทOct 10, 2024withAlpha utility in Tailwind CSS source code.In this article, we analyse withAlpha utitlity function in Tailwind CSS source code. /** * Apply opacity to a color using `color-mix`. */ export function withAlpha(value: string, alpha: string): string { if (alpha === null) return value // Con...JavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.