Skip to content

Commit

Permalink
docs: update readme with improved importer types
Browse files Browse the repository at this point in the history
  • Loading branch information
skovy committed Feb 15, 2022
1 parent deecd67 commit d0a358a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ In addition to all CLI options, the following are options only available with th

Define a [single custom SASS importer or an array of SASS importers](https://github.com/sass/sass/blob/f355f602fc15f55b0a0a795ebe6eb819963e08a5/js-api-doc/legacy/importer.d.ts#L51-L149). This should only be necessary if custom SASS importers are already being used in the build process. This is used internally to implement `aliases` and `aliasPrefixes`.

Refer to [`lib/sass/importer.ts`](/blob/master/lib/sass/importer.ts) for more details and the `node-sass` and `sass` importer type definitions.

## Examples

For examples of how this tool can be used and configured, see the `examples` directory:
Expand Down

0 comments on commit d0a358a

Please sign in to comment.