Skip to content

fix: updated core template vite config file#784

Merged
marianmoldovan merged 1 commit intomainfrom
fix/cli-fix-community-template
Mar 5, 2026
Merged

fix: updated core template vite config file#784
marianmoldovan merged 1 commit intomainfrom
fix/cli-fix-community-template

Conversation

@marianmoldovan
Copy link
Collaborator

This pull request updates the Vite configuration in the project template to add support for Tailwind CSS. The main change is the integration of the Tailwind CSS Vite plugin, which enables Tailwind features during development and build.

Styling and build tool integration:

  • Added the tailwindcss Vite plugin by importing it from @tailwindcss/vite in vite.config.ts, and included it in the plugins array to enable Tailwind CSS support in the project template. [1] [2]

@marianmoldovan marianmoldovan requested a review from Copilot March 5, 2026 23:46
@marianmoldovan marianmoldovan merged commit 5337e7c into main Mar 5, 2026
2 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the CLI project template’s Vite configuration to enable Tailwind CSS processing via the official Tailwind Vite plugin, aligning the template’s build tooling with its existing Tailwind usage in CSS.

Changes:

  • Import @tailwindcss/vite in the template vite.config.ts.
  • Register tailwindcss() in the Vite plugins array alongside the React plugin.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants