Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix sass package consumption via
@use
since `@import` is deprecated (https://sass-lang.com/blog/import-is-deprecated/), `@use` should be used (https://sass-lang.com/documentation/at-rules/use/) in order to allow importing from a nodejs package via `@use` we must annotate the `exports` field appropriately, see https://sass-lang.com/documentation/at-rules/use/#node-js-package-importer
- Loading branch information