巴勒斯坦自由
@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。