Blazor Server with Tailwind

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 5

  • @CodingWithGreg-uw3fy
    @CodingWithGreg-uw3fy  Рік тому +4

    For Blazor 8 with both Server Side code, and Client side code, the correct configuration is this: content: ["../**/*.{html,cshtml,razor,js}"], This just adds an extra period to the first parameter so it goes up one level to start the search. This allows it to get the files in YourApp.client (the wasm project), as well as YourApp (the server project) Othewise, the client project will not be scanned.

  • @lufve12
    @lufve12 Рік тому +1

    Thank you very much for your effort. Was very interesting and very detailed. I had already seen this extension, but didn't know how to work with it.

  • @sebastianp2810
    @sebastianp2810 5 місяців тому

    Thank you Greg!!!

  • @ridoysharif2638
    @ridoysharif2638 Рік тому +1

    Thank yo so much

  • @glautermoulin
    @glautermoulin 11 місяців тому

    Thank you very much !