CSS Types

CSS Types

Editing

<@import>

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

@import 앳룰(at-rules)의 구문 형식을 나타낸다.

구문

  • CSS Cascading and Inheritance Level 5
    @import [ <url> | <string> ] [ layer | layer(<layer-name>) ]? [ supports( [ <supports-condition> | <declaration> ] ) ]? <media-query-list>? ;

    <url> 또는 <string>은 가져올 스타일 시트의 URL을 나타낸다.

    선택적인 layer 키워드 또는 layer() 함수는 스타일 시트의 내용을 고유한 익명 캐스케이드 레이어 또는 명명된 캐스케이드 레이어에 할당한다.

    선택적인 [ <supports-condition> | <declaration> ] 및 <media-query-list> 가져오는 조건을 나타낸다.

사용되는 키워드

키워드요약
layer

고유한 익명 캐스케이드 레이어를 나타낸다.

관련 함수

사용되는 타입

버전 명세

Modules
Module NameStatusSummary
CSS Cascading and Inheritance Level 5

Last review date: 2023-4-7