does not apply "bold" and "underline" #19850
Replies: 3 comments 3 replies
-
|
Thanks for sharing the repro repo. This usually happens when Tailwind isn't scanning the files where those classes are used. Quick checks that usually fix
If you want, I can point to the exact line once you paste your If this resolved it, feel free to mark accepted so future readers can find it quickly. |
Beta Was this translation helpful? Give feedback.
-
|
You don’t include your CSS File correctly in your -<link href="./output.css" rel="text/stylesheet">
+<link href="src/output.css" rel="text/stylesheet">But your |
Beta Was this translation helpful? Give feedback.
-
|
Ah, that makes sense! So the root issue was just the relative path—moving
output.css to the root fixed it. Thanks for confirming, this saved me a ton
of guessing 😅
…On Fri, Mar 27, 2026, 3:26 AM Kemal Esat Gençay ***@***.***> wrote:
Thanks for your attention, before you wrote I noticed that the file path
was wrong and I changed it to src/output.css but alas it still did not
work, so I moved output.css to root, "voila!" it works fine now. If it were
not you, I would never have tryed this!
Here it is now: https://fake-start.kemalgencay.deno.net/
Thank you so much
Regards
—
Reply to this email directly, view it on GitHub
<#19850?email_source=notifications&email_token=B7HZNK72HOCVQFCQ64J7XC34SY3KHA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCNRTGQYDKMBWUZZGKYLTN5XKU43VMJZWG4TJMJSWJJLFOZSW45FMMZXW65DFOJPWG3DJMNVQ#discussioncomment-16340506>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/B7HZNK5CCRGJOP4JRAJ72D34SY3KHAVCNFSM6AAAAACW6XVKVSVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMZUGA2TANQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: <tailwindlabs/tailwindcss/repo-discussions/19850/comments/16340506@
github.com>
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
repo: https://github.com/kemalgencay/fake-start
What am I doing wrong?
TIA
Beta Was this translation helpful? Give feedback.
All reactions