From 00add1575d4eba2602d5e948d8078878be1aa044 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期四, 29 二月 2024 14:00:31 +0800
Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/~xiaohui/daoAnOffice
---
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