Text Border?
#2768
Replies: 1 comment
-
I don't think it's currently possible with Tailwind, however you could use the text-shadow plugin to do this.. You might want to look at it: https://github.com/iunteq/tailwindcss-textshadow#readme |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to add a border or outline to text? Here's a rough example:
I'd expect it to work something like
class="text-my-blue text-border-other-blue"
, but can't find an example or anything out there.Beta Was this translation helpful? Give feedback.
All reactions