Skip to content

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

變數: themeCustomMedia

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

Beta(測試)

建立主題 custom-media 降級外掛。

支援以兩種方式撰寫:在媒體特性中直接使用主題 custom-idents(例如, (theme: canvas))或使用內建的 @custom-media --theme-* 別名。

Type Declaration

參數

options?

ThemeCustomMediaOptions

ThemeCustomMediaOptions.

回傳

Plugin

一個 PostCSS Plugin

postcss

postcss: true

必要的 PostCSS 外掛標記。