Add subpath to list of export load paths (#3793)

This commit is contained in:
James Stuckey Weber 2024-02-22 18:58:57 -05:00 committed by Natalie Weizenbaum
parent e134f71cae
commit 34327d35ee
2 changed files with 4 additions and 4 deletions

View File

@ -554,8 +554,8 @@ potential subpaths, resolving for partials and file extensions.
* Add `subpath` to `paths`.
* Otherwise, add `subpath` + `.scss`, `subpath` + `.sass`, and `subpath` +
`.css` to `paths`.
* Otherwise, add `subpath`, `subpath` + `.scss`, `subpath` + `.sass`, and
`subpath` + `.css` to `paths`.
* If `subpath`'s [basename] does not start with `_`, for each `item` in
`paths`, prepend `"_"` to the basename, and add to `paths`.

View File

@ -737,8 +737,8 @@ potential subpaths, resolving for partials and file extensions.
* Add `subpath` to `paths`.
* Otherwise, add `subpath` + `.scss`, `subpath` + `.sass`, and `subpath` +
`.css` to `paths`.
* Otherwise, add `subpath`, `subpath` + `.scss`, `subpath` + `.sass`, and
`subpath` + `.css` to `paths`.
* If `subpath`'s [basename] does not start with `_`, for each `item` in
`paths`, prepend `"_"` to the basename, and add to `paths`.