Skip to content

Sample project for testing Blazor WASM using TailwindCSS

Notifications You must be signed in to change notification settings

webmichelle/blazorxtailwindcss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blazorxtailwindcss

Sample project for testing Blazor WASM using TailwindCSS

Install Tailwind CLI with npm: npm install -g tailwindcss

Start tailwind: npx tailwindcss -i ./Styles/tailwind.css -o ./wwwroot/css/gen.css --watch

This should regenerate the output CSS everytime you change a tailwind class inside of a razor file. But it doesn't.

Run blazor project with hot reload enabled.

About

Sample project for testing Blazor WASM using TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published