fix(css): bg-coollabs-gradient not working anymore
This commit is contained in:
parent
2ef71d9114
commit
9331ccaf3e
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ @utility description {
|
|||
}
|
||||
|
||||
@utility bg-coollabs-gradient {
|
||||
@apply bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 bg-clip-text text-transparent;
|
||||
@apply from-purple-500 via-pink-500 to-red-500 bg-linear-to-r;
|
||||
}
|
||||
|
||||
@utility text-helper {
|
||||
|
|
|
|||
Loading…
Reference in a new issue