소스 검색

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: {