safari codeblock copy fix (#1586)

This commit is contained in:
Foster Irwin 2024-11-18 12:49:13 -07:00 committed by GitHub
parent 63fde45fcc
commit 12a598e120
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: {