@use '~@gravity-ui/uikit/styles/mixins' as uikit;
this causes error: Can't find stylesheet to import.
The path is unwrapped correctly from ~@ alias, however the file is still not found by sass loader. Issue can be solved by using relative path, however is not ideal. Please suggest solution or implement fixes. Thank you in advance.