Merge pull request #4541 from marocchino/update-korean

Update Korean translation to e88c7bf
(cherry picked from commit 134e0700cd)
This commit is contained in:
Jim
2015-08-12 12:01:29 -07:00
committed by Paul O’Shannessy
parent 0ef62a8ea1
commit d2544377e3
4 changed files with 49 additions and 3 deletions
+7 -1
View File
@@ -1,6 +1,6 @@
---
id: style-props-value-px-ko-KR
title: 스타일 속성에서 특정 픽셀 값 넣는 간단한 방법
title: 스타일 속성에서 특정 픽셀 값 넣는 간단한 방법
layout: tips
permalink: style-props-value-px-ko-KR.html
prev: maximum-number-of-jsx-root-nodes-ko-KR.html
@@ -18,11 +18,17 @@ React.render(<div style={divStyle}>Hello World!</div>, mountNode);
개발 하다보면 CSS 속성들이 단위 없이 그대로 유지되어야 할 때가 있을 겁니다. 아래의 프로퍼티들은 자동으로 "px"가 붙지 않는 속성 리스트 입니다:
- `boxFlex`
- `boxFlexGroup`
- `boxOrdinalGroup`
- `columnCount`
- `fillOpacity`
- `flex`
- `flexGrow`
- `flexPositive`
- `flexShrink`
- `flexNegative`
- `flexOrder`
- `fontWeight`
- `lineClamp`
- `lineHeight`