浏览代码

Add extra-small breakpoint

ApisNecros 1 年之前
父节点
当前提交
0a7098ce6d
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      tailwind.config.js

+ 5 - 1
tailwind.config.js

@@ -25,7 +25,11 @@ module.exports = {
       '1-1/3': '1 1 33.3333333%',
       '1-1/2': '1 1 50%',
     },
-    extend: {},
+    extend: {
+      screens: {
+        'xs': '400px',
+      }
+    },
   },
   variants: {
     extend: {