1 Star 0 Fork 1

法号阿兴/Kobe

forked from ArvinZJC/Kobe 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 488 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* @Description: Tailwind CSS configuration
* @Version: 1.0.1.20211211
* @Author: Arvin Zhao
* @Date: 2021-12-08 00:32:57
* @Last Editors: Arvin Zhao
* @LastEditTime: 2021-12-11 18:33:38
*/
const defaultTheme = require("tailwindcss/defaultTheme");
module.exports = {
darkMode: "class",
content: ["./public/**/*.html", "./src/**/*.{js,vue}"],
theme: {
extend: {
fontFamily: {
sans: ["Inter var", ...defaultTheme.fontFamily.sans],
},
},
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/toone/Kobe.git
git@gitee.com:toone/Kobe.git
toone
Kobe
Kobe
main

搜索帮助