mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
feat(root): initial storybook + tailwind config
This commit is contained in:
parent
282ba1757e
commit
4f83b26c0b
@ -1,6 +1,6 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||
content: ['../**/src/**/*.{js,jsx,ts,tsx}'],
|
||||
// Toggle dark-mode based on data-mode="dark"
|
||||
darkMode: ['class', '[data-mode="dark"]'],
|
||||
theme: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user