Skip to content

Instantly share code, notes, and snippets.

View kamaladenalhomsi's full-sized avatar
😀
CRAFTING

Kamal Eddin kamaladenalhomsi

😀
CRAFTING
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;
}
}