From f92f2762f6c7ccaffc7e0047c2903e52c127b585 Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期五, 01 三月 2024 09:36:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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