Blazor Server with Tailwind

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 5

  • @CodingWithGreg-uw3fy
    @CodingWithGreg-uw3fy  Год назад +3

    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.

  • @sebastianp2810
    @sebastianp2810 4 месяца назад

    Thank you Greg!!!

  • @lufve12
    @lufve12 11 месяцев назад

    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.

  • @ridoysharif2638
    @ridoysharif2638 Год назад +1

    Thank yo so much

  • @glautermoulin
    @glautermoulin 9 месяцев назад

    Thank you very much !