#Using the sass-migrator in monorepo
// @use "../../../package/browser/css/file"; // alternative solution
@use "~package/browser/css/file";
Calling the migrator in the root directory, which is the same directory of packages/node_modules
and node_modules
will only find
sass in node_modules
but not in packages/node_modules
. To use the sass-migrator, just cd into `packages/node_modules.