Skip to content

Instantly share code, notes, and snippets.

View koddek's full-sized avatar

Koddek koddek

View GitHub Profile
@koddek
koddek / AAA.md
Created February 22, 2023 19:57 — forked from arkada38/AAA.md
Using Tailwind CSS v3.2 with Blazor (.Net 6 or above)

Using Tailwind CSS v3.2 with Blazor (.Net 6 or above)

This method works for Blazor Server and Blazor WebAssembly with hot reload, style isolation and tailwind jit compilation.

Setup with using Standalone Tailwind CSS CLI without Node.js

For this method you need added to path Tailwind CSS CLI binary. Read more about Standalone CLI.

Just create a StaticAssets folder in the root of your project with next structure.