소스 검색

renamed `.text-xs` to `.text-md` and created a correct `.text-xs`

REJack 5 년 전
부모
커밋
accf50cf1b
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      build/scss/_text.scss

+ 5 - 1
build/scss/_text.scss

@@ -9,11 +9,15 @@
   }
 }
 
+.text-xs {
+  font-size: $font-size-xs !important;
+}
+
 .text-sm {
   font-size: $font-size-sm !important;
 }
 
-.text-xs {
+.text-md {
   font-size: $font-size-base !important;
 }