自由巴勒斯坦(Free Palestine)
@use
@forward
@import
@mixin
@include
@function
@extend
@error
@warn
@debug
@at-root
@if
@else
@each
@for
@while
true
false
null (空值)
sass:color
sass:list
sass:map
sass:math
sass:meta
sass:selector
sass:string
/
-moz-document
--
meta.feature-exists
一個用於選擇同步或非同步回傳值的工具類型。
這被用作插件的回傳值,例如 CustomFunction、Importer 和 FileImporter,以便 TypeScript 強制執行非同步插件僅傳遞給 compileAsync 和 compileStringAsync,而不是 compile 或 compileString。
如果這是 'sync',則只能是 T。如果是 'async',則可以是 T 或 Promise<T>。
'sync'
T
'async'
Promise<T>
一個用於選擇同步或非同步回傳值的工具類型。
這被用作插件的回傳值,例如 CustomFunction、Importer 和 FileImporter,以便 TypeScript 強制執行非同步插件僅傳遞給 compileAsync 和 compileStringAsync,而不是 compile 或 compileString。