1 Star 0 Fork 32

ﻬXu积木/nav

forked from xiejiahe/nav 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
xjh22222228 提交于 2024-09-17 22:16 . feat: Built in tailwindcss
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: ['./data/**/*.{js,ts,tsx,json}', './src/**/*.{js,ts,tsx,html}'],
theme: {
extend: {
colors: {
background: 'var(--background)',
foreground: 'var(--foreground)',
},
},
},
plugins: [],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jimuxu/nav.git
git@gitee.com:jimuxu/nav.git
jimuxu
nav
nav
main

搜索帮助