Skip to content

pantoken / plugins/postcss/theme-custom-media/src / themeCustomMedia

변수: themeCustomMedia

const themeCustomMedia: {(options?): Plugin; postcss: true; }

베타

테마 custom-media 하향 변환 플러그인을 만듭니다.

미디어 기능에서 직접적인 theme custom-ident를 사용한 작성(예: (theme: canvas)) 또는 내장된 @custom-media --theme-* 별칭을 지원합니다.

Type Declaration

매개변수

options?

ThemeCustomMediaOptions

ThemeCustomMediaOptions.

반환값

Plugin

PostCSS 플러그인.

postcss

postcss: true

필수 PostCSS 플러그인 마커.