Constructor Summary
Public Constructor | ||
public |
constructor(options: Object) |
Method Summary
Public Methods | ||
public |
Asynchronously resolve filtered contents from glob files with the given url. |
|
public |
resolveFilePaths(url: string): Promise Asynchronously resolve node-sass import url glob paths. |
|
public |
resolveFilePathsSync(url: string): Array Synchronously resolve node-sass import url glob paths. |
|
public |
resolveSync(url: string): Object | null Synchronously resolve filtered contents from glob files with the given url. |
Public Constructors
Public Methods
public resolve(url: string): Promise source
Asynchronously resolve filtered contents from glob files with the given url.
Params:
Name | Type | Attribute | Description |
url | string | Import url from node-sass. |
public resolveFilePaths(url: string): Promise source
Asynchronously resolve node-sass import url glob paths.
Params:
Name | Type | Attribute | Description |
url | string | Import url from node-sass. |