Skip to content

Add Tailwind CSS 4.x.x Support to .NET 10 & ASP.NET CORE 10 #60351

@AslamNazeerShaikh

Description

@AslamNazeerShaikh

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

Add default template of Tailwind CSS something same support like jQuery & Bootstrap in current ASP .NET Core

Details:
Add Tailwind CSS 4.x.x Support to .NET 10 & ASP.NET CORE 10
Tailwind CSS 4.x.x Release Blog : https://tailwindcss.com/blog/tailwindcss-v4
Tailwind CSS 4.x.x Homepage : https://tailwindcss.com/

Here Tailwind CSS made installation and configuration very easy.

For v4.0, Tailwind feels more light-weight than ever:

  1. Just one-line of CSS — no more @tailwind directives, just add @import "tailwindcss" and start building.
  2. Zero configuration — We can start using the framework without configuring anything, not even the paths to template files.
  3. No external plugins required — They bundle @import rules for you out of the box, and use [Lightning CSS](https://lightningcss.dev/) under the hood for vendor prefixing and modern syntax transforms.

Describe the solution you'd like

Following are the steps to setup tailwind in project using CLI, so the ASP.NET Core team should develop some kind of inbuilt first party functionality to add this setup by default into the project template.

Image

Additional context

Add default template of Tailwind CSS something same support like jQuery & Bootstrap in current ASP .NET Core

Details:
Add Tailwind CSS 4.x.x Support to .NET 10 & ASP.NET CORE 10
Tailwind CSS 4.x.x Release Blog : https://tailwindcss.com/blog/tailwindcss-v4
Tailwind CSS 4.x.x Homepage : https://tailwindcss.com/

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-ui-renderingIncludes: MVC Views/Pages, Razor Views/Pages

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions