-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
area-ui-renderingIncludes: MVC Views/Pages, Razor Views/PagesIncludes: MVC Views/Pages, Razor Views/Pages
Milestone
Description
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:
- Just one-line of CSS — no more
@tailwinddirectives, just add@import"tailwindcss" and start building. - Zero configuration — We can start using the framework without configuring anything, not even the paths to template files.
- No external plugins required — They bundle
@importrules 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.
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/
rudiv and sardar97
Metadata
Metadata
Assignees
Labels
area-ui-renderingIncludes: MVC Views/Pages, Razor Views/PagesIncludes: MVC Views/Pages, Razor Views/Pages
