Skip to content

Commit

Permalink
Use import style for Node 23+
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Nov 1, 2024
1 parent 8a7b9d1 commit 6c757c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
/** @type {import('tailwindcss').Config} */
import typography from "@tailwindcss/typography"
import daisyui from "daisyui"

export default {
content: ["./src/**/*.{html,js,svelte,ts}"],
theme: {
extend: {},
},
plugins: [require("@tailwindcss/typography"), require("daisyui")],
plugins: [typography, daisyui],
daisyui: {
themes: [
{
Expand Down

0 comments on commit 6c757c5

Please sign in to comment.