Skip to content

Set up Tailwind CSS and DaisyUI in new Blazor Web App #27

@Weretik

Description

@Weretik

🎨 Description

Configure Tailwind CSS and DaisyUI in the new Blazor Web App project.
Ensure styles are compiled properly and available for use inside .razor components.
Migrate existing tailwind.config.js and theme settings from the previous MVC Web project.

###✅ Subtasks:

  • Install Tailwind CSS, PostCSS, Autoprefixer in the new Web project
  • Configure tailwind.config.js with Razor component scanning
  • Add input.css and set up output path for compiled CSS
  • Install and register DaisyUI plugin
  • Copy or define kedrTheme (corporate theme colors)
  • Link compiled CSS in index.html or MainLayout.razor
  • Test Tailwind classes and DaisyUI components inside Blazor pages

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions