Tailwindcss gilt nicht für die NextJS -Linkkomponente

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Tailwindcss gilt nicht für die NextJS -Linkkomponente

by Anonymous » 20 Mar 2025, 21:13

Ich habe ein NextJS -Frontend -Projekt mit Tailwindcss installiert.import Link from 'next/link'

return(

Test Link styling

Test Link styling

)
< /code>
Wenn das Element auf der Seite inspiziert wird, wird das Anker -Tag von TailwindCSS gestylt, aber das Anker -Tag aus dem Link -Tag erhält kein Styling.>

Top