You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to use the sass-migrator on a codebase that has been convert to using --pkg-importer=node, then I get an error whenever I hit one of those statements, like such:
Error: Could not find Sass file at 'pkg:bourbon'.
5 │ @import 'pkg:bourbon'
It doesn't look like there is a --pkg-importer option for the sass-migrator. So far what I've been doing is moving these imports back to the --load-path version, running the migrator, then moving them back to the package migrator, but it's a bit tedious to do so.
Thanks for all the work on this tool by the way! It has simplified a lot of things for us!
The text was updated successfully, but these errors were encountered:
If I try to use the sass-migrator on a codebase that has been convert to using
--pkg-importer=node
, then I get an error whenever I hit one of those statements, like such:It doesn't look like there is a
--pkg-importer
option for the sass-migrator. So far what I've been doing is moving these imports back to the--load-path
version, running the migrator, then moving them back to the package migrator, but it's a bit tedious to do so.Thanks for all the work on this tool by the way! It has simplified a lot of things for us!
The text was updated successfully, but these errors were encountered: