1 Star 0 Fork 25

Abraham LeeJay / wow-note-react

forked from Evan / wow-note-react 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.ts 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evan 提交于 2024-02-11 18:26 . 24/02/11 修复 PubSub 消息订阅问题.
import type {Config} from 'tailwindcss'
import {nextui} from "@nextui-org/react";
const config: Config = {
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}',
"./node_modules/@nextui-org/theme/dist/components/button.js",
],
theme: {
extend: {},
},
darkMode: "class",
plugins: [nextui({
addCommonColors: true,
})],
}
export default config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/AbrahamLeeJay/wow-note-react.git
git@gitee.com:AbrahamLeeJay/wow-note-react.git
AbrahamLeeJay
wow-note-react
wow-note-react
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891