Skip to content

Commit

Permalink
fix: missing tailwindcss plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
whateverfw committed Feb 24, 2025
1 parent a6df6d8 commit 33676d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion margin_frontend/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { defineConfig } from "vitest/config";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";

export default defineConfig({
plugins: [react()],
plugins: [react(), tailwindcss()],
test: {
name: "react",
browser: {
Expand Down

0 comments on commit 33676d6

Please sign in to comment.