From 9529f87eb6beb5b7dc3f4ad070e96d79d6621053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=80=81=E6=9D=BF=E4=B8=8D=E5=B7=AE=E9=92=B1?= <30830569@qq.com> Date: Mon, 9 May 2022 01:49:09 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20windi.co?= =?UTF-8?q?nfig.js?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windi.config.js | 58 ------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100644 windi.config.js diff --git a/windi.config.js b/windi.config.js deleted file mode 100644 index 8bfedb8..0000000 --- a/windi.config.js +++ /dev/null @@ -1,58 +0,0 @@ -// windi.config.js -import { defineConfig } from 'windicss/helpers' -import colors from 'windicss/colors' - -export default defineConfig({ - darkMode: 'class', - theme: { - colors: { - ...colors, - primary: '#378264', - success: '#4cd964', - warning: '#FC8720', - error: '#dd524d', - txBase: '#383838', - txGray: '#808080', - bgBase: '#ffffff', - txBorder: '#E5E5E5', - bgSubtitle: '#f0ad4e', - bgInput: '#F7F5F5', - bgUserInput: '#F7FAF9', - txSvip: '#D43030', - badge: '#FC8720'// Badge 徽标数背景色 - }, - fontSize: { - xs: '20rpx', - sm: '24rpx', - md: '28rpx', - lg: '32rpx', - xl: '36rpx', - xxl: '40rpx', - '3xl': '44rpx', - '4xl': '48rpx' - }, - spacing: { - 1: '2rpx', - 2: '4rpx', - 3: '6rpx', - 4: '8rpx', - 5: '10rpx', - rowSm: '10rpx', - base: '20rpx', - rowLg: '30rpx' - }, - borderRadius: { - xs: '25rpx', - sm: '24rpx', - md: '30rpx', - lg: '90rpx', - xl: '', - full: '9999px', - } - }, - shortcuts: { - 'btn': 'text-center rounded-full', - 'btn-primary': 'bg-primary text-white', - 'btn-default': 'default' - } -})