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
No longer will you have to manually add node_modules to your loadPaths option and worry about whether nested packages will work at all. No longer will you need to add ~s to your URLs and give up all portability. Now you can just pass importers: [new NodePackageImporter()] and write @use 'pkg:library' and it’ll work just how you want out of the box.
See how the new syntax affects the parser and how it handles links
Poorly. The parser doesn't register them as links. It also breaks Cmd+click to navigate, which is provided by vscode-css-languageservices (an issue is open in microsoft/vscode-css-languageservice#383). Might be best to land support for this upstream, rather than patching it in here (microsoft/vscode-css-languageservice#384)
See how the the import completion is affected by the new import syntax
See Sass announcement of the feature
TODO
pkg-import
)The text was updated successfully, but these errors were encountered: