Explorar o código

windicss 配置

Darkhorsedamon %!s(int64=2) %!d(string=hai) anos
pai
achega
731293af01
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      windi.config.js

+ 14 - 0
windi.config.js

@@ -0,0 +1,14 @@
+import { defineConfig } from 'windicss/helpers'
+
+export default defineConfig({
+  theme: {
+    screens: {
+      'footer': '1550px',
+    },
+    extend: {
+      fontFamily: {
+        primary: ["微软雅黑","Microsoft YaHei","PingFang-SC-Regular", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif']
+      }
+    }
+  }
+})