resize
resize 속성에 대한 유틸리티입니다.
요소의 크기를 조정할 수 있는지 여부와 크기를 조정할 수 있는 경우 방향을 설정합니다.
| 클래스 | 속성 |
|---|---|
resize:both | resize: both !important; |
resize:horizontal | resize: horizontal !important; |
resize:vertical | resize: vertical !important; |
resize:none | resize: none !important; |
resize:block | resize: block !important; |
resize:inherit | resize: inherit !important; |
resize:inital | resize: inital !important; |
resize:unset | resize: unset !important; |