Skip to content

Amazon 1, Step1&Step2 - 마크업 구현#26

Merged
crongro merged 13 commits intocode-squad:pdvonzoofrom
pdvonzoo:step1
Jan 18, 2019
Merged

Amazon 1, Step1&Step2 - 마크업 구현#26
crongro merged 13 commits intocode-squad:pdvonzoofrom
pdvonzoo:step1

Conversation

@pdvonzoo
Copy link
Copy Markdown

  1. scss를 이용해서 스타일 적용하였습니다.
  2. 모듈화 단위로 중복코드를 줄이려고 노력했는데요. 스텝 진행하면서 추가 리펙토링 해야 할 것 같습니다.

감사합니다.

Copy link
Copy Markdown
Contributor

@crongro crongro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

file별로 그룹정의가 너무 잘되어 있어서 좋습니다.
요즘은 결국 모듈단위로 css를 개발하게 되어서 이런게 필요하죠.

리팩토링은 더 하지마시고~ 방법은 아실테니..
js개발로 이제 들어가보세요.

@@ -0,0 +1,42 @@
// COLOR
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파일을 잘 분리하고, 네이밍도 잘 설계하셨음. 👍

}
@font-face {
font-family: AmazonEmber;
src: url(../static/font/AmazonEmber_700.woff2) format('woff2');
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요즘 웹폰트 성능개선 글들이 좀 있던데, 기회도면 참고로 알아두셔도 좋을 듯.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 찾아서 정리해보겠습니다ㅎㅎ

font-size: 1.6rem;
&-checked{
vertical-align: middle;
&::after{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

너무 depth가 깊지 않게 않게만 하시면 될 듯.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

넵 코멘트 감사합니다. 이 부분 유의해서 코드 작성하도록 하겠습니다.

@crongro crongro merged commit 6b17500 into code-squad:pdvonzoo Jan 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants