We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b49995 commit 40c3e2aCopy full SHA for 40c3e2a
ui/react-example/tailwind.config.js
@@ -1,6 +1,7 @@
1
/** @type {import('tailwindcss').Config} */
2
export default {
3
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"],
4
+ darkMode: ['selector', '[data-mantine-color-scheme="dark"]'],
5
theme: {
6
extend: {},
7
},
0 commit comments