UNPKG
xchange-create
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Create Xchange Project
github.com/x7finance/xchange-create
x7finance/xchange-create
xchange-create
/
templates
/
base
/
packages
/
nextjs
/
tailwind.config.js
11 lines
(10 loc)
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/**
@type
{import(
'tailwindcss'
).Config} *
/ module.exports = { content: [ "./app
/**/
*.{js,ts,jsx,tsx}
", "
./components/**
/*.{js,ts,jsx,tsx}", "./u
tils/**/*.{js,ts,jsx,tsx}
", ], darkTheme: "
dark
", darkMode: ["
selector
", "
[data-theme=
'dark'
]
"], }