We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28d3d59 + 1bb482f commit 601a663Copy full SHA for 601a663
tailwind.config.js
@@ -1,5 +1,5 @@
1
/** @type {import('tailwindcss').Config} */
2
-const defaultTheme = require("tailwindcss/defaultTheme");
+import defaultTheme from "tailwindcss/defaultTheme";
3
export default {
4
content: ["./index.html", "./lib/**/*.{ts,tsx}", "./src/**/*.{ts,tsx}"],
5
theme: {
0 commit comments