mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 05:04:11 -08:00
safari codeblock copy fix (#1586)
This commit is contained in:
parent
63fde45fcc
commit
12a598e120
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue