Tailwindcss color gradients #41
Answered
by
maciejwalkowiak
maciejwalkowiak
asked this question in
Q&A
-
Hi! First of all thanks for great looking theme. I am trying to modify it to my needs, and have an issue with using Tailwindcss color gradients: For example, in <h1 class="text-5xl font-extrabold text-transparent bg-clip-text bg-gradient-to-br from-pink-400 to-red-600">
{{ .Title | emojify }}
</h1> and code for classes Help appreciated, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
maciejwalkowiak
Nov 27, 2021
Replies: 1 comment
-
Ok figured it out. To have access to all TailwindCSS colours, in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maciejwalkowiak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok figured it out. To have access to all TailwindCSS colours, in
tailwind.config.js
colors declaration has to be moved undertheme.extend
.