Skip to content

Commit

Permalink
Fix more links
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Feb 7, 2024
1 parent c410b18 commit 9c11931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/documentation/at-rules/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ pass `node_modules/susy/sass` as a load path, you can use `@use "susy"` to load
`node_modules/susy/sass/susy.scss` (although [`pkg:` URLs] are a better way to
handle that).

[`pkg:` URLs]: #pkg-urls
[`pkg:` URLs]: #pkg-ur-ls

Modules will always be loaded relative to the current file first, though. Load
paths will only be used if no relative file exists that matches the module's
Expand Down Expand Up @@ -540,7 +540,7 @@ different language ecosystems. Whether you're installing a Sass library via npm
package manager you can find, if you write `@use 'pkg:library'` it'll do the
right thing.

[JS API]: /documentation/js-api/interfaces/importer/
[JS API]: /documentation/js-api/interfaces/Options/#importers
[Embedded Sass protocol]: https://github.com/sass/sass/blob/main/spec/embedded-protocol.md
[a built-in `pkg:` importer]: #node-js-package-importer

Expand Down

0 comments on commit 9c11931

Please sign in to comment.