Skip to content

Instantly share code, notes, and snippets.

View codigoisaac's full-sized avatar
💎
isStudying && isCreating

Isaac Muniz codigoisaac

💎
isStudying && isCreating
View GitHub Profile
@dillonchanis
dillonchanis / example.css
Created September 20, 2020 14:44
Tailwind Utility for using gradients with text
@layer utilities {
.text-gradient {
background-clip: text;
-webkit-text-fill-color: transparent;
}
}