mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 21:24:44 -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";
|
import type { Config } from "tailwindcss";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
corePlugins: {
|
||||||
|
preflight: false,
|
||||||
|
container: false,
|
||||||
|
},
|
||||||
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}"],
|
content: ["./src/**/*.{js,jsx,ts,tsx,md,mdx}", "./docs/**/*.{md,mdx}"],
|
||||||
darkMode: ["class", '[data-theme="dark"]'],
|
darkMode: ["class", '[data-theme="dark"]'],
|
||||||
theme: {
|
theme: {
|
||||||
|
|
Loading…
Reference in a new issue