이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
ajay
/
stringere-frontend
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
added common font size in global scss and imported it in app module.scss
master
Ajay S
3 년 전
부모
2fc6933cf5
커밋
36ac89dafb
3개의 변경된 파일
과
10개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
src/App.module.scss
+1
-1
src/App.tsx
+8
-0
src/common/styles/global.scss
+ 1
- 3
src/App.module.scss
파일 보기
@@ -1,3 +1 @@
.App {
text-align: center;
}
@import './common/styles/global.scss';
+ 1
- 1
src/App.tsx
파일 보기
@@ -3,7 +3,7 @@ import styles from './App.module.scss';
function App() {
return (
<div
className={styles.App}
>
<div>
</div>
);
+ 8
- 0
src/common/styles/global.scss
파일 보기
@@ -0,0 +1,8 @@
@import './colors.scss';
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 62.5%;
}
쓰기
미리보기
불러오는 중...
취소
저장