How to use theme
function inside style teg?
#17285
Answered
by
wongjn
Nobody9512
asked this question in
Help
-
I have use theme inside style teg example: https://play.tailwindcss.com/BllsWfWMK9 Please help me😥 |
Beta Was this translation helpful? Give feedback.
Answered by
wongjn
Mar 19, 2025
Replies: 1 comment 1 reply
-
Use a CSS variable: https://play.tailwindcss.com/GlXoTrvJqX. Note: you may not need the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Nobody9512
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use a CSS variable: https://play.tailwindcss.com/GlXoTrvJqX. Note: you may not need the
theme(static)
tag in your project.