Skip to content

Commit

Permalink
Merge pull request #80 from otterji/master
Browse files Browse the repository at this point in the history
docs: 오탈자 수정
  • Loading branch information
developer-1px authored Sep 24, 2024
2 parents fb7c91f + 2a479b5 commit d682a07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ html .active\:b\(\#000\.2\):active,html .active\:b\(\#000\.2\).\:active{border:1
```


### Vite(Recommanded)
### Vite(Recommended)
- run-time이 아니라 Build-time에서 최종 css를 만들어냅니다. (zero run-time)
- 최종적으로 만들어진 css를 통해서 런타임 비용을 더 줄일 수 있고 css의 캐싱 기능을 더 활용할 수 있습니다.

Expand Down
2 changes: 1 addition & 1 deletion packages/vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ html .active\:b\(\#000\.2\):active,html .active\:b\(\#000\.2\).\:active{border:1
```


### Vite(Recommanded)
### Vite(Recommended)
- run-time이 아니라 Build-time에서 최종 css를 만들어냅니다. (zero run-time)
- 최종적으로 만들어진 css를 통해서 런타임 비용을 더 줄일 수 있고 css의 캐싱 기능을 더 활용할 수 있습니다.

Expand Down
2 changes: 1 addition & 1 deletion packages/vite/docs/Docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ font(14/16/-1%) bold pointer">click me</button>

미리 만들었다면 CSS의 용량은 매우 크지 않을까요? No!

CSS는 빌드타임에 최적화되어 필요한 양만큼만 생성이 됩니다. 뿐만 아니라 한번 만들어진 CSS는 모든 페이지에서 재사용이 되기에 기존 방식보다 훨씬 더 적은 양의 CSS 파일을 사용하게 됩니다. 웹 서비스의 크기가 늘어다도 CSS의 크기는 더 커지지 않습니다.
CSS는 빌드타임에 최적화되어 필요한 양만큼만 생성이 됩니다. 뿐만 아니라 한번 만들어진 CSS는 모든 페이지에서 재사용이 되기에 기존 방식보다 훨씬 더 적은 양의 CSS 파일을 사용하게 됩니다. 웹 서비스의 크기가 늘어나도 CSS의 크기는 더 커지지 않습니다.

또한 HTML과 CSS가 하나의 파일로 관리되기 때문에 리팩토링에서도 자유롭습니다.

Expand Down
2 changes: 1 addition & 1 deletion packages/vite/docs/Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm i -D adorable-css
2. 그 외에도 css in js 방식으로 사용할 수 있습니다.
3. CDN을 통해서 설치없이도 간편하게 사용할 수 있습니다.

### Vite (Recommanded)
### Vite (Recommended)
- Build-time에서 최종 css를 만들어냅니다. (zero run-time)
- 최종적으로 만들어진 css를 통해서 런타임 비용을 더 줄일 수 있고 css의 캐싱 기능을 더 활용할 수 있습니다.
- 단, 빌드시에만 css를 만들어내기 때문에 동적으로 class를 추가하면 바로 적용되지 않습니다.
Expand Down

0 comments on commit d682a07

Please sign in to comment.