Skip to content

Commit 601a663

Browse files
authored
Merge pull request #114 from SSWConsulting/fix-build-error
⚠️ Fix vite build error
2 parents 28d3d59 + 1bb482f commit 601a663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** @type {import('tailwindcss').Config} */
2-
const defaultTheme = require("tailwindcss/defaultTheme");
2+
import defaultTheme from "tailwindcss/defaultTheme";
33
export default {
44
content: ["./index.html", "./lib/**/*.{ts,tsx}", "./src/**/*.{ts,tsx}"],
55
theme: {

0 commit comments

Comments
 (0)