Skip to content

Commit

Permalink
Merge pull request #114 from SSWConsulting/fix-build-error
Browse files Browse the repository at this point in the history
⚠️ Fix vite build error
  • Loading branch information
Calinator444 authored Dec 16, 2024
2 parents 28d3d59 + 1bb482f commit 601a663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
const defaultTheme = require("tailwindcss/defaultTheme");
import defaultTheme from "tailwindcss/defaultTheme";
export default {
content: ["./index.html", "./lib/**/*.{ts,tsx}", "./src/**/*.{ts,tsx}"],
theme: {
Expand Down

0 comments on commit 601a663

Please sign in to comment.