1 Star 0 Fork 2

user_491653/nuxt3-template

forked from zhangliapp/nuxt3-template 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.ts 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangliapp 提交于 2024-01-23 22:02 . fix: 模板初始化
import defaultTheme from "tailwindcss/defaultTheme";
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./components/**/*.{js,vue,ts}",
"./layouts/**/*.vue",
"./pages/**/*.vue",
"./plugins/**/*.{js,ts}",
"./app.vue",
"./error.vue",
],
theme: {
extend: {
fontFamily: {
sans: ["Inter", ...defaultTheme.fontFamily.sans],
},
},
},
plugins: [require("@tailwindcss/typography")],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cloudpeak/nuxt3-template.git
git@gitee.com:cloudpeak/nuxt3-template.git
cloudpeak
nuxt3-template
nuxt3-template
master

搜索帮助