Function: isPageStylesheetImportSpecifier()
function isPageStylesheetImportSpecifier(importSource: string): boolean;
Defined in: _internal/docusaurus-config-ast.ts:341
Determine whether a stylesheet import specifier points at a page stylesheet.
Parametersโ
importSourceโ
string
Returnsโ
boolean