1 Star 2 Fork 2

houcloud/nextjs-templates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.ts 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
houcloud 提交于 2023-10-26 16:47 . init commit
import {nextui} from '@nextui-org/theme'
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
'./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}'
],
theme: {
extend: {},
},
darkMode: "class",
plugins: [nextui()],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/houcloud/nextjs-templates.git
[email protected]:houcloud/nextjs-templates.git
houcloud
nextjs-templates
nextjs-templates
main

搜索帮助