1 Star 3 Fork 1

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],
},
},
},
};
CSS
1
https://gitee.com/ArvinZJC/Kobe.git
git@gitee.com:ArvinZJC/Kobe.git
ArvinZJC
Kobe
Kobe
main

搜索帮助