Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: using local rather then imported so access the actual variable
in something like `import { foo as bar } from 'fee';` `foo` is the imported part, while `bar` is the local. we just want the local this enables one to import other `styleNamespaces` and use them in the component.
- Loading branch information