CSS Types

CSS Types

Editing

<'flex'>

데브딕에서 지정한 색인용 자료 타입

flex 속기 속성에 사용되는 타입이다.

구문

  • Flexible Box Layout Module Level 1
    none | auto | [ <'flex-grow'> <'flex-shrink'>? || <flex-basis> ]

사용되는 키워드

키워드요약
auto

flex-grow 값은 1, flex-shrink 값은 1, flex-basis 값은 auto로 지정된다.

none

flex-grow 값은 0, flex-shrink 값은 0, flex-basis 값은 auto로 지정된다.

관련 속성들

사용되는 타입

버전 명세

Modules
Module NameStatusSummary
Flexible Box Layout Module Level 1추천 후보

Last review date: 2022-6-16