Skip to content

Commit

Permalink
safari codeblock copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirwin committed Nov 18, 2024
1 parent 63fde45 commit 5e28eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import typography from "@tailwindcss/typography";
import type { Config } from "tailwindcss";

export default {
corePlugins: {
preflight: false,
container: false,
},
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}"],
darkMode: ["class", '[data-theme="dark"]'],
theme: {
Expand Down

0 comments on commit 5e28eeb

Please sign in to comment.