Browse Source

fix: 恢复tailwidcss 尺寸单位

ansoni 5 months ago
parent
commit
44ad05727a
1 changed files with 9 additions and 9 deletions
  1. 9 9
      tailwind.config.ts

+ 9 - 9
tailwind.config.ts

@@ -18,15 +18,15 @@ const config: Config = {
         "./src/app/**/*.{js,ts,jsx,tsx,mdx}",
     ],
     theme: {
-        // space: size,
-        // padding: size,
-        // height: size,
-        // minWidth: size,
-        // lineHeight: size,
-        // width: size,
-        // gap: size,
-        // minHeight: size,
-        // fontSize: size,
+        space: size,
+        padding: size,
+        height: size,
+        minWidth: size,
+        lineHeight: size,
+        width: size,
+        gap: size,
+        minHeight: size,
+        fontSize: size,
         extend: {
             backgroundImage: {
                 "gradient-radial": "radial-gradient(var(--tw-gradient-stops))",