reuters-graphics / bluprint_graphics-kit

SvelteKit rig for graphics and newsapps
https://reuters-graphics.github.io/docs_graphics-kit/
21 stars 3 forks source link

SCSS aliases aren't respected in Svelte component style imports #91

Closed hobbes7878 closed 1 year ago

hobbes7878 commented 2 years ago

For example, this errors:

<style lang="scss">
@import "@reuters-graphics/graphics-components/scss/fonts/mixins";
</style>

Have to do this:

<style lang="scss">
@import "@reuters-graphics/graphics-components/dist/scss/fonts/mixins";
</style>
hobbes7878 commented 1 year ago

This has gone stale.