From b50dfd566774dea66153f97fe300b46de0baed1c Mon Sep 17 00:00:00 2001 From: ZhangXianQiang <1135831638@qq.com> Date: 星期四, 07 三月 2024 14:43:25 +0800 Subject: [PATCH] chore:排除视频提交 --- tailwind.config.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js new file mode 100644 index 0000000..92d854d --- /dev/null +++ b/tailwind.config.js @@ -0,0 +1,13 @@ +/** @type {import('tailwindcss').Config} */ +// const defaultTheme = require('tailwindcss/defaultTheme') +module.exports = { + content: ['./index.html', './src/**/*.{vue,js,ts}'], + theme: { + extend: { + // fontFamily: { + // sans: ['"Inter var"', ...defaultTheme.fontFamily.sans], + // }, + }, + }, + plugins: [], +} -- Gitblit v1.8.0