mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4541 from marocchino/update-korean
Update Korean translation toe88c7bf(cherry picked from commit134e0700cd)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user